61 lines
2.1 KiB
HTML
61 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<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>
|
|
<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>
|