Initial Page

This commit is contained in:
Joshua L3
2025-06-20 12:53:20 -06:00
commit 9168f0ac9c
3 changed files with 98 additions and 0 deletions

4
assets/banner.json Normal file
View File

@@ -0,0 +1,4 @@
{
"title": "Field Day - July 28th",
"content": "Join us at the pavilion at the stake center adjacent to the temple from 11AM - 3:30PM!"
}

7
assets/pages.json Normal file
View File

@@ -0,0 +1,7 @@
[
{ "name": "Home", "path": "/" },
{ "name": "Exams", "path": "/exams.html" },
{ "name": "Net Check-Ins", "path": "/net/index.html" },
{ "name": "Meshtastic", "path": "/mesh/index.html" },
{ "name": "History", "path": "/history.html" }
]