blob: a96d541f00036bb21fbb728a2a1aed1dbf65aacf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<!DOCTYPE html>
<!--
vim: shiftwidth=4 tabstop=4 noexpandtab
-->
<html>
<head>
<title>xengineering</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/libweb.css" type="text/css">
</head>
<body>
<main>
<h1>{{.Title}}</h1>
<div class="card">
<h3 class="card-first-item">Contact</h3>
<p>Mail: me@xengineering.eu</p>
<p>XMPP: xengineering@jabber.de</p>
<p class="card-last-item">OpenPGP: <a href="xengineering.asc">A13B 2588 7878 7F94 3F6C 68F0 0FD1 F842 33FA 8900</a></p>
</div>
{{.Content}}
<br>
<hr>
<footer>License: <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a></footer>
</main>
</body>
</html>
|