Initial migration

- Added Idea of Z and Links pages
- All images from original added
- No footer anymore, just badges
This commit is contained in:
Tony Bark 2025-05-12 06:10:47 -04:00
parent f825693b8e
commit 0cad8daf93
52 changed files with 306 additions and 30 deletions

View file

@ -3,18 +3,25 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Frontpage 25</title>
<title>Furry Blue DJ</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<h1>Frontpage 25</h1>
<img src="images/fbdj_20_banner.png" />
</header>
<main>
<div align="center">
<p>
<nav id="sidebar">
<!-- Menu will be injected by JS -->
</nav>
</p>
<p><a href="http://firefox.com/"><img src="images/foxkeh-fx2-125x125.png" /></a></p>
<p><a href="https://neocities.org/"><img src="images/neocities.png" width="150px" /></a></p>
<p><a href="https://creativecommons.org/publicdomain/zero/1.0/"><img src="images/publicdomain.png" width="130px"></a></p>
</div>
<section id="content">
<h2>Welcome to the Future of the Past</h2>
@ -25,10 +32,6 @@
</section>
</main>
<footer>
<p>&copy; 2025 Frontpage 25</p>
</footer>
<script src="script.js"></script>
</body>
</html>