website/index.html
2022-06-30 08:31:51 +01:00

16 lines
351 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Inferencium Network</title>
<link rel="stylesheet" href=infnet.css>
</head>
<body>
<h1>Inferencium Network</h1>
<br>
<p>- <a href="about.html">About</a></p>
<p>- <a href="contact/contact.html">Contact</a></p>
<p>- <a href="blog/blog.html">Blog</a></p>
<p>- <a href="src/source.html">Source</a></p>
</body>
</html>