-
Notifications
You must be signed in to change notification settings - Fork 0
/
authors.html
40 lines (34 loc) · 1.12 KB
/
authors.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://blog.ttyout.net/theme/css/main.css">
<title>Galloping Alligator - Authors</title>
</head>
<body class="site-container">
<header class="site-header">
<h1><a href="https://blog.ttyout.net/">Galloping Alligator</a></h1>
<nav class="top-nav">
<a href="/">Writing</a>
<a href="/pages/about.html">About</a>
<a href="/pages/uses.html">Uses</a>
</nav>
</header>
<main class="site-content">
<h2>Authors on Galloping Alligator</h2>
<ul>
<li><a href="https://blog.ttyout.net/author/emiel-van-de-laar.html">Emiel van de Laar</a> (2)</li>
</ul>
</main>
<footer class="site-footer">
<nav>
<a href="https://github.com/emiel" ref="me">GitHub</a>
<a href="https://hachyderm.io/@emiel" ref="me">Mastodon</a>
<a href="mailto:[email protected]" ref="me">e-mail</a>
</nav>
<p class="copyright">© 2014–2024 Emiel van de Laar</p>
</footer>
</body>
</html>