blob: 5424611f5c8dcab7c67d5992bd986d11ffdf5cc9 (
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
|
<!DOCTYPE html>
<html lang="en">
<head>
:!t | Contact:!/t
:?src/templates/inner-head.html
</head>
<body>
:?src/templates/nav.html
:?src/templates/body-top.html
<article>
<section id="about">
<br>
<div class="card">
<div>
<span class="card-head">
Contact:!refcontact:!/ref
</span>
<hr>
<div class="card-body">
<p>
Hopefully I can get email setup here eventually, but for now, contacting <a href="/people/#glass">glass</a> will have to do.
</p>
</div>
</div>
</div>
</section>
</article>
:?src/templates/body-bottom.html
</body>
</html>
|