Layed out some basic info for the main page

This commit is contained in:
2025-09-30 10:57:46 -05:00
parent 5703049e26
commit ed908cf368

View File

@ -1,7 +1,60 @@
<!DOCTYPE html>
<html>
<head><title>301 Moved Permanently</title></head>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Void System</title>
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>openresty</center>
<canvas id="backgroundSim" width="1000px" height="1000px"></canvas>
<h1 id="intotitle">Welcome to the Void System</h1>
<div id="mainview">
<div id="postarea">
<h2>Blog Posts</h2>
<div id="blogList">
<ul id="blogList">
<div id="post">
<h3 id="post">Welcome To my Site!</h3>
<img id="post" src="/neurohazard.png">
</div>
<div id="post">
<h3>Test post 2</h3>
<p>barstearouow
awft
wft
awft
ppw
</p>
</div>
<div id="post">
<h3>List of things I love</h3>
<ul>
<li>Computers</li>
<li>Games</li>
</ul>
<a href="https://www.willow.fyi">more</a>
</div>
</ul>
</div>
</div>
<div id="bio">
<h2 id="bioHeader">About <i>Us</i></h2>
<p>We are the Void system and here are of our members and what they have made</p>
<ul id="memberList">
<li id="member">
<a href="/members/willow.html">Willow</a>
</li>
<li id="member">
<a href="/members/cosmic.html">Cosmic</a>
</li>
</ul>
</div>
</div>
<div id="imageLinks">
<img src="/neocities.png" alt="Site hosted by Neocities" >
</div>
<script src="simulation.js"></script>
</body>
</html>