Switch sidebar and CSS links from absolute links to relative links to improve maintainability. Improve HTML spacing. Decrease key image size.

This commit is contained in:
inference 2022-11-14 11:50:46 +00:00
parent 95f1acd69a
commit 7b683c5a05

View File

@ -2,16 +2,16 @@
<html>
<head>
<title>Inferencium Network - Contact - Threema</title>
<link rel="stylesheet" href="/infnet.css">
<link rel="stylesheet" href="../infnet.css">
</head>
<div class="sidebar">
<a class="title">Inferencium Network</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="../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>
<body>
<h1>Contact</h1>
@ -20,9 +20,10 @@
<br>
<p>Updated: 2022-01-28 (UTC+00:00)</p>
<br>
<br>
<h3>MD649ERN</h3>
<h4>Key</h4>
<img src="../img/key-threema.png">
<img src="../img/key-threema.png" width="200px" height="200px">
<br>
<br>
</body>