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

View File

@@ -0,0 +1,5 @@
<h1>LunaBoard BBS</h1>
<p>[Thread] Show your desktop screenshots (248 replies)</p>
<p>[Thread] Best old internet sounds?? (93 replies)</p>
<p>[Thread] Help: my css gradients look too modern</p>
<p><a href="site://lab/ascii-lounge">post your ASCII signatures here</a></p>

View File

@@ -0,0 +1,9 @@
<h1>Winamp Skins Archive</h1>
<p>It really whips the llama's ass.</p>
<table border="1" cellpadding="6">
<tr><th>Skin</th><th>Style</th><th>Status</th></tr>
<tr><td>Neon Bubblegum</td><td>Y2K</td><td>Download mirror offline</td></tr>
<tr><td>Crystal Lavender</td><td>Futuristic</td><td>Available</td></tr>
<tr><td>Night Kitty</td><td>Dark Cute</td><td>Available</td></tr>
</table>
<p><a href="site://museum/under-construction">need old download badges?</a></p>

View File

@@ -0,0 +1,10 @@
<h1>~* Ponzu's Cosmic Corner *~</h1>
<p>Welcome to my personal homepage!!!</p>
<p><marquee>sign my guestbook! sign my guestbook! sign my guestbook!</marquee></p>
<ul>
<li>mood: sparkling</li>
<li>currently listening: eurodance mix cd</li>
<li>favorite browser: internet explorer <b>6</b></li>
</ul>
<p><a href="site://otaku/sailor-shrine">visit my anime shrine</a></p>
<p><a href="site://webring/pink-directory">back to pink webring</a></p>

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"
]
}
]
}

View File

@@ -0,0 +1,8 @@
<h1>ASCII Lounge</h1>
<pre>
(^_^)
<( ☆ )>
/ \
</pre>
<p>Share your signatures and keyboard art.</p>
<p><a href="site://bbs/luna-board">go to BBS thread</a></p>

View File

@@ -0,0 +1,9 @@
<h1>Under Construction Museum</h1>
<p>Collection of classic web relics:</p>
<ul>
<li>🚧 Under construction banner</li>
<li>📬 Guestbook link</li>
<li>🌐 Netscape Now! badge</li>
<li>🧱 Counter widget</li>
</ul>
<p><a href="home://portal">escape the museum</a></p>

View File

@@ -0,0 +1,9 @@
<h1>Sailor Shrine ☆</h1>
<p>This shrine is dedicated to magical girl aesthetics.</p>
<p>Top 3 opening themes:</p>
<ol>
<li>Moonlight Densetsu</li>
<li>Sailor Star Song</li>
<li>La Soldier</li>
</ol>
<p><a href="site://geocities/ponzu-home">back to ponzu home</a></p>

13
site/fakeweb/portal.html Normal file
View File

@@ -0,0 +1,13 @@
<h1>RETRO PORTAL 2000</h1>
<p><blink>new layout!!!</blink> welcome surfer~</p>
<p>Pick your vibe:</p>
<ul>
<li><a href="site://geocities/ponzu-home">Ponzu Home Page</a></li>
<li><a href="site://webring/pink-directory">Pink WebRing Directory</a></li>
<li><a href="site://fansite/winamp-skins">Winamp Skins Archive</a></li>
<li><a href="site://bbs/luna-board">LunaBoard BBS</a></li>
<li><a href="site://museum/under-construction">Under Construction Museum</a></li>
</ul>
<p><a href="site://lab/ascii-lounge">ASCII Lounge</a> · <a href="site://otaku/sailor-shrine">Sailor Shrine</a></p>
<hr>
<p><small>This page is hand-coded with love in Notepad.</small></p>

View File

@@ -0,0 +1,9 @@
<h1>Pink WebRing Directory</h1>
<p>All links approved by glitter council.</p>
<ol>
<li><a href="site://geocities/ponzu-home">Ponzu Home Page</a></li>
<li><a href="site://fansite/winamp-skins">Winamp Skins Archive</a></li>
<li><a href="site://bbs/luna-board">LunaBoard BBS</a></li>
<li><a href="site://lab/ascii-lounge">ASCII Lounge</a></li>
</ol>
<p><a href="home://portal">return to portal</a></p>