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:
parent
95f1acd69a
commit
7b683c5a05
@ -2,16 +2,16 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Inferencium Network - Contact - Threema</title>
|
<title>Inferencium Network - Contact - Threema</title>
|
||||||
<link rel="stylesheet" href="/infnet.css">
|
<link rel="stylesheet" href="../infnet.css">
|
||||||
</head>
|
</head>
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<a class="title">Inferencium Network</a><br>
|
<a class="title">Inferencium Network</a><br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<div><a href="/about.html">About</a></div>
|
<div><a href="../about.html">About</a></div>
|
||||||
<div><a href="/contact.html">Contact</a></div>
|
<div><a href="../contact.html">Contact</a></div>
|
||||||
<div><a href="/blog.html">Blog</a></div>
|
<div><a href="../blog.html">Blog</a></div>
|
||||||
<div><a href="/source.html">Source</a></div>
|
<div><a href="../source.html">Source</a></div>
|
||||||
</div>
|
</div>
|
||||||
<body>
|
<body>
|
||||||
<h1>Contact</h1>
|
<h1>Contact</h1>
|
||||||
@ -20,9 +20,10 @@
|
|||||||
<br>
|
<br>
|
||||||
<p>Updated: 2022-01-28 (UTC+00:00)</p>
|
<p>Updated: 2022-01-28 (UTC+00:00)</p>
|
||||||
<br>
|
<br>
|
||||||
|
<br>
|
||||||
<h3>MD649ERN</h3>
|
<h3>MD649ERN</h3>
|
||||||
<h4>Key</h4>
|
<h4>Key</h4>
|
||||||
<img src="../img/key-threema.png">
|
<img src="../img/key-threema.png" width="200px" height="200px">
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user