website/contact/session.html

48 lines
939 B
HTML
Raw Normal View History

2022-06-27 00:35:36 +01:00
<!DOCTYPE html>
<!-- Inferencium - Website - Contact - Session -->
<!-- Copyright 2022-2023 Inference -->
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
<!-- Version: 0.4.0.6 -->
2022-06-27 00:35:36 +01:00
<html>
2022-06-27 00:35:36 +01:00
<head>
<title>Inferencium - Contact - Session</title>
<link rel="stylesheet" href="../inf.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
2022-06-27 00:35:36 +01:00
</head>
<!-- Navigation bar. -->
2022-10-29 03:26:53 +01:00
<div class="sidebar">
<img src="../asset/img/logo-inferencium-no_text.png"
2022-12-09 11:54:42 +00:00
width="110px" height="110px">
<a class="title">Inferencium</a><br>
<br>
<br>
2022-11-29 05:26:43 +00: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>
<div><a href="../source.html">Source</a></div>
2022-10-29 03:26:53 +01:00
</div>
2022-06-27 00:35:36 +01:00
<body>
<h1>Contact</h1>
<br>
<h2>Session</h2>
<br>
<p>Updated: 2022-11-15 (UTC+00:00)</p>
<br>
<code>
Unavailable
</code>
<br>
<br>
2022-06-27 00:35:36 +01:00
</body>
2022-06-27 00:35:36 +01:00
</html>