generated from tonytins/frontpage25
- Added Idea of Z and Links pages - All images from original added - No footer anymore, just badges
37 lines
1.2 KiB
HTML
37 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Furry Blue DJ</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<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>
|
|
<p>
|
|
This is a modern website with a 2003 aesthetic. You're
|
|
welcome.
|
|
</p>
|
|
</section>
|
|
</main>
|
|
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|