Remove unnecessary spacing.
This commit is contained in:
parent
cafd353be2
commit
b6f5db64b4
10
contact.html
10
contact.html
@ -5,17 +5,15 @@
|
|||||||
<!-- Copyright 2022 Jake Winters -->
|
<!-- Copyright 2022 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 5.1.0.35 -->
|
<!-- Version: 5.1.1.36 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Inferencium - Contact</title>
|
<title>Inferencium - Contact</title>
|
||||||
<link rel="stylesheet" href="inf.css">
|
<link rel="stylesheet" href="inf.css">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<!-- Navigation bar -->
|
<!-- Navigation bar -->
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<img src="asset/img/logo-inferencium-no_text.png"
|
<img src="asset/img/logo-inferencium-no_text.png"
|
||||||
@ -30,13 +28,11 @@
|
|||||||
<div><a href="key.html">Key</a></div>
|
<div><a href="key.html">Key</a></div>
|
||||||
<div><a href="changelog.html">Changelog</a></div>
|
<div><a href="changelog.html">Changelog</a></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>Contact</h1>
|
<h1>Contact</h1>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- Table of contents -->
|
<!-- Table of contents -->
|
||||||
<h2 id="toc"><a href="#toc" class="h2"
|
<h2 id="toc"><a href="#toc" class="h2"
|
||||||
>Table of Contents<a/></h2>
|
>Table of Contents<a/></h2>
|
||||||
@ -57,7 +53,6 @@
|
|||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- Place end-to-end encrypted contact methods here -->
|
<!-- Place end-to-end encrypted contact methods here -->
|
||||||
<!-- Contacts should be encouraged to use these contact methods -->
|
<!-- Contacts should be encouraged to use these contact methods -->
|
||||||
<h2 id="notes"><a href="#notes" class="h2"
|
<h2 id="notes"><a href="#notes" class="h2"
|
||||||
@ -70,7 +65,6 @@
|
|||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<h2 id="e2ee"><a href="#e2ee" class="h2"
|
<h2 id="e2ee"><a href="#e2ee" class="h2"
|
||||||
>End-to-end Encrypted Contact Methods</a></h2>
|
>End-to-end Encrypted Contact Methods</a></h2>
|
||||||
<br>
|
<br>
|
||||||
@ -114,7 +108,6 @@
|
|||||||
Unavailable</p><br>
|
Unavailable</p><br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<!-- Place non-private contact methods here -->
|
<!-- Place non-private contact methods here -->
|
||||||
<!-- Clarify that these contact methods are for public contact only -->
|
<!-- Clarify that these contact methods are for public contact only -->
|
||||||
<h2 id="non-private"><a href="#non-private" class="h2"
|
<h2 id="non-private"><a href="#non-private" class="h2"
|
||||||
@ -132,5 +125,4 @@
|
|||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user