Properly indent code.
This commit is contained in:
parent
67a311e3e7
commit
cad337b218
26
contact.html
26
contact.html
@ -5,19 +5,19 @@
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause-Clear -->
|
||||
|
||||
<!-- Version: 3.0.1.20 -->
|
||||
<!-- Version: 3.0.2.21 -->
|
||||
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<head>
|
||||
<title>Inferencium - Contact</title>
|
||||
<link rel="stylesheet" href="inf.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<!-- Navigation bar. -->
|
||||
<div class="sidebar">
|
||||
<!-- Navigation bar. -->
|
||||
<div class="sidebar">
|
||||
<img src="asset/img/logo-inferencium-no_text.png"
|
||||
width="110px" height="110px">
|
||||
<a class="title">Inferencium</a><br>
|
||||
@ -28,9 +28,9 @@
|
||||
<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>
|
||||
</div>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
<h1>Contact</h1>
|
||||
<br>
|
||||
<br>
|
||||
@ -61,19 +61,21 @@
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<h2 id="e2ee"><a href="#e2ee" class="h2"
|
||||
>End-to-end Encrypted Contact Methods</a></h2>
|
||||
<br>
|
||||
<h3 id="e2ee-pref"><a href="#e2ee-pref" class="h3"
|
||||
>Preferred</a></h3>
|
||||
<p>Whenever possible, use the following contact methods; they allow verification to mitigate man-in-the-middle
|
||||
attacks, have high security, and reasonable privacy.<br>
|
||||
<p>Whenever possible, use the following contact methods; they allow verification
|
||||
to mitigate man-in-the-middle attacks, have high security, and reasonable
|
||||
privacy.<br>
|
||||
<br>
|
||||
<p><strong>Use the
|
||||
<a class="body-link" href="key.html"
|
||||
>keys</a> for each contact method to verify my devices.</strong><br>
|
||||
Note: Verification does not verify a person, only their devices, and can be defeated via coercion or other
|
||||
force.</p>
|
||||
Note: Verification does not verify a person, only their devices, and can be
|
||||
defeated via coercion or other force.</p>
|
||||
<br>
|
||||
<p><img class="logo-small" src="asset/img/logo-signal.png"
|
||||
width="40px" height="40px"/> Signal<br>
|
||||
@ -114,6 +116,6 @@
|
||||
and/or privacy is required.</p>
|
||||
<br>
|
||||
<br>-->
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user