import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "/components/ui/card";
import { Button } from "/components/ui/button";
export default function MoruteArchive() {
return (
{/* Neocities-style visitor counter */}
Visitors: 1337
{/* Animated under construction GIF */}
{/* Title with Neocities style */}
Welcome to the Archive
~*~ Morute's Spooky Corner ~*~
{/* Navigation buttons like old webrings */}
{/* Windows XP Style Boxes Grid */}
{/* My Computer Window */}
My Computer
Local Disk (C:)
CD Drive (D:)
3.5" Floppy (A:)
{/* My Documents Window */}
My Documents
Diary_Entries
Old_Photos
SECRETS.txt
{/* Recycle Bin Window */}
Recycle Bin
Empty
(0 items)
{/* Internet Explorer Window */}
Internet Explorer
Connecting...
Page Cannot Be Displayed
{/* My Pictures Window */}
My Pictures
Family_Photos
Vacation_2003
DO_NOT_OPEN
{/* Games Window */}
Games
Solitaire
Minesweeper
Pinball.exe
{/* Webring and footer links */}
© 2003 Morute's Archive
Last Updated: 10/31/2003
{/* Blinking cursor for retro feel */}
morute@archive:~$ _
);
}