Update homepage.

This commit is contained in:
inference 2022-10-28 22:09:42 +01:00
parent 85b7df59d4
commit 7cabfb6f77

View File

@ -5,15 +5,13 @@
<link rel="stylesheet" href=infnet.css>
</head>
<div class="sidebar">
<div>Inferencium Network</div><br>
<a class="title">Inferencium Network</a><br>
<br>
<div href="about.html">About</div>
<div>Contact</div>
<div>Blog</div>
<div>Source</div>
</div>
<div class="body-text">
</div>
<br>
<div><a href="about.html">About</a></div>
<div><a href="contact.html">Contact</a></div>
<div><a href="blog.html">Blog</a></div>
<div><a href="source.html">Source</a></div>
<body>
</body>
</html>