website/key.html
2023-06-12 13:32:44 +01:00

56 lines
1.2 KiB
HTML

<!DOCTYPE html>
<!-- Inferencium - Website - Key -->
<!-- Copyright 2022-2023 Inference -->
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
<!-- Version: 1.0.0.1 -->
<html>
<head>
<title>Inferencium - Key</title>
<link rel="stylesheet" href="inf.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<!-- Navigation bar. -->
<div class="sidebar">
<img src="asset/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>
<div><a href="key.html">Key</a></div>
</div>
<body>
<h1>Key</h1>
<br>
<p>Note: Verification does not verify a person, only their devices, and can be defeated via coercion or other
force.</p>
<br>
<h2>End-to-end Encrypted Contact Methods</h2>
<br>
<p><img class="logo-small" src="asset/img/logo-xmpp.png"
width="40px" height="40px"/>
<a class="body-link" href="contact/xmpp.html"
>XMPP</a><p>
<br>
<br>
<h2>File and Git Signing</h2>
<br>
<p><a class="body-link" href="key/ssh.html"
>SSH</a></p>
<br>
<br>
</body>
</html>