2022-06-27 00:35:36 +01:00
|
|
|
<!DOCTYPE html>
|
2022-11-25 05:59:43 +00:00
|
|
|
|
|
|
|
<!-- Inferencium - Website - Index -->
|
|
|
|
|
2022-12-26 06:12:03 +00:00
|
|
|
<!-- Copyright 2022-2023 Inference -->
|
|
|
|
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
|
2022-11-25 05:59:43 +00:00
|
|
|
|
2022-12-26 06:12:03 +00:00
|
|
|
<!-- Version: 0.3.1.7 -->
|
2022-11-25 05:59:43 +00:00
|
|
|
|
|
|
|
|
2022-06-27 00:35:36 +01:00
|
|
|
<html>
|
2022-11-25 05:59:43 +00:00
|
|
|
|
2022-06-27 00:35:36 +01:00
|
|
|
<head>
|
2022-11-25 05:59:43 +00:00
|
|
|
<title>Inferencium</title>
|
2022-12-09 09:53:48 +00:00
|
|
|
<link rel="stylesheet" href=inf.css>
|
2022-12-20 04:53:45 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2022-06-27 00:35:36 +01:00
|
|
|
</head>
|
2022-11-25 05:59:43 +00:00
|
|
|
|
|
|
|
<!-- Navigation bar. -->
|
2022-10-28 21:11:05 +01:00
|
|
|
<div class="sidebar">
|
2022-12-09 11:52:09 +00:00
|
|
|
<img src="img/logo-inferencium-no_text.png"
|
|
|
|
width="110px" height="110px">
|
2022-11-25 05:59:43 +00:00
|
|
|
<a class="title">Inferencium</a><br>
|
2022-10-29 23:54:59 +01:00
|
|
|
<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-11-25 05:59:43 +00:00
|
|
|
|
2022-10-28 21:11:05 +01:00
|
|
|
<body>
|
2022-06-27 00:35:36 +01:00
|
|
|
</body>
|
2022-11-25 05:59:43 +00:00
|
|
|
|
2022-06-27 00:35:36 +01:00
|
|
|
</html>
|