Initial commit: VeryExtraOS ARG site

This commit is contained in:
Dion Timmer
2026-03-13 01:00:30 -04:00
commit 54a2406694
15 changed files with 3506 additions and 0 deletions

92
site/fakeweb/index.json Normal file
View File

@@ -0,0 +1,92 @@
{
"pages": [
{
"route": "home://portal",
"title": "Retro Portal",
"file": "/fakeweb/portal.html",
"favorite": true,
"tags": [
"portal",
"home",
"retro"
]
},
{
"route": "site://geocities/ponzu-home",
"title": "Ponzu Home Page",
"file": "/fakeweb/geocities-ponzu-home.html",
"favorite": true,
"tags": [
"geocities",
"anime",
"home"
]
},
{
"route": "site://webring/pink-directory",
"title": "Pink WebRing Directory",
"file": "/fakeweb/webring-pink-directory.html",
"favorite": true,
"tags": [
"webring",
"directory",
"links"
]
},
{
"route": "site://fansite/winamp-skins",
"title": "Winamp Skins Archive",
"file": "/fakeweb/fansite-winamp-skins.html",
"favorite": true,
"tags": [
"music",
"skins",
"download"
]
},
{
"route": "site://bbs/luna-board",
"title": "LunaBoard BBS",
"file": "/fakeweb/bbs-luna-board.html",
"favorite": true,
"tags": [
"bbs",
"forum",
"community"
]
},
{
"route": "site://museum/under-construction",
"title": "Under Construction Museum",
"file": "/fakeweb/museum-under-construction.html",
"favorite": false,
"tags": [
"museum",
"construction",
"nostalgia"
]
},
{
"route": "site://otaku/sailor-shrine",
"title": "Sailor Shrine",
"file": "/fakeweb/otaku-sailor-shrine.html",
"favorite": false,
"tags": [
"anime",
"shrine",
"otaku"
]
},
{
"route": "site://lab/ascii-lounge",
"title": "ASCII Lounge",
"file": "/fakeweb/lab-ascii-lounge.html",
"favorite": false,
"tags": [
"ascii",
"art",
"lab"
]
}
]
}