website/index.html

32 lines
1.0 KiB
HTML
Raw Normal View History

2022-06-27 00:35:36 +01:00
<!DOCTYPE html>
<!-- Inferencium - Website - Index -->
<!-- Version: 3.1.0-alpha.2 -->
2023-04-12 15:38:04 +01:00
<!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
2023-11-16 16:01:42 +00:00
<html lang="en">
2023-04-12 15:39:20 +01:00
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="stylesheet" href="main.css"/>
2023-11-16 16:52:21 +00:00
<title>Inferencium</title>
2023-04-12 15:39:20 +01:00
</head>
<body>
<nav class="navbar">
<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>
<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="documentation.html">Documentation</a></div>
<div><a href="source.html">Source</a></div>
<div><a href="key.html">Key</a></div>
<div><a href="changelog.html">Changelog</a></div>
<div><a href="directory.html">Directory</a></div>
</nav>
2023-04-12 15:39:20 +01:00
</body>
2022-06-27 00:35:36 +01:00
</html>