2022-06-27 00:35:36 +01:00
|
|
|
<!DOCTYPE html>
|
2022-11-25 05:59:43 +00:00
|
|
|
|
|
|
|
<!-- Inferencium - Website - Index -->
|
|
|
|
|
2023-04-12 15:38:04 +01:00
|
|
|
<!-- Copyright 2022 Jake Winters -->
|
2023-05-19 06:00:11 +01:00
|
|
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
2022-11-25 05:59:43 +00:00
|
|
|
|
2023-11-16 15:19:34 +00:00
|
|
|
<!-- Version: 3.0.1-alpha.2 -->
|
2022-11-25 05:59:43 +00:00
|
|
|
|
|
|
|
|
2022-06-27 00:35:36 +01:00
|
|
|
<html>
|
2023-04-12 15:39:20 +01:00
|
|
|
<head>
|
|
|
|
<title>Inferencium</title>
|
2023-10-03 06:59:22 +01:00
|
|
|
<link rel="stylesheet" href=main.css>
|
2023-04-12 15:39:20 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
</head>
|
2023-04-12 15:40:04 +01:00
|
|
|
<!-- Navigation bar -->
|
2023-11-16 15:19:34 +00:00
|
|
|
<nav>
|
2023-11-16 15:02:24 +00:00
|
|
|
<div><a href="index.html"><img src="asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a></div>
|
|
|
|
<div><a href="index.html" class="title">Inferencium</a></div>
|
2023-04-12 15:39:20 +01:00
|
|
|
<div><a href="about.html">About</a></div>
|
|
|
|
<div><a href="contact.html">Contact</a></div>
|
|
|
|
<div><a href="blog.html">Blog</a></div>
|
2023-10-02 17:38:37 +01:00
|
|
|
<div><a href="documentation.html">Documentation</a></div>
|
2023-04-12 15:39:20 +01:00
|
|
|
<div><a href="source.html">Source</a></div>
|
|
|
|
<div><a href="key.html">Key</a></div>
|
2023-04-28 19:15:46 +01:00
|
|
|
<div><a href="changelog.html">Changelog</a></div>
|
2023-11-16 15:19:34 +00:00
|
|
|
</nav>
|
2023-04-12 15:39:20 +01:00
|
|
|
<body>
|
|
|
|
</body>
|
2022-06-27 00:35:36 +01:00
|
|
|
</html>
|