website/index.html

34 lines
662 B
HTML
Raw Normal View History

2022-06-27 00:35:36 +01:00
<!DOCTYPE html>
<!-- Inferencium - Website - Index -->
<!-- Copyright 2022 Inference -->
<!-- License: BSD 3-Clause Clear (with personal content exception) -->
<!-- 0.2.0.4 -->
2022-06-27 00:35:36 +01:00
<html>
2022-06-27 00:35:36 +01:00
<head>
<title>Inferencium</title>
<link rel="stylesheet" href=inf.css>
2022-06-27 00:35:36 +01:00
</head>
<!-- Navigation bar. -->
2022-10-28 21:11:05 +01:00
<div class="sidebar">
2022-11-29 05:15:20 +00:00
<img src="img/logo-inferencium-no_text.png" width="110px" height="110px">
<a class="title">Inferencium</a><br>
<br>
<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>
2022-06-27 00:35:36 +01:00
</html>