website/index.html

19 lines
397 B
HTML
Raw Normal View History

2022-06-27 00:35:36 +01:00
<!DOCTYPE html>
<html>
<head>
<title>Inferencium Network</title>
<link rel="stylesheet" href=/infnet.css>
2022-06-27 00:35:36 +01:00
</head>
2022-10-28 21:11:05 +01:00
<div class="sidebar">
2022-10-28 22:09:42 +01:00
<a class="title">Inferencium Network</a><br>
2022-06-27 00:35:36 +01:00
<br>
2022-10-28 22:09:42 +01:00
<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>
2022-10-29 01:30:35 +01:00
</div>
2022-10-28 21:11:05 +01:00
<body>
2022-06-27 00:35:36 +01:00
</body>
</html>