-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharchives.html
More file actions
43 lines (36 loc) · 1.24 KB
/
archives.html
File metadata and controls
43 lines (36 loc) · 1.24 KB
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>
<html lang="en">
<head>
<meta charset="utf-8">
<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 - Archives</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>Archives for Galloping Alligator</h2>
<dl>
<dt>2021-03-19</dt>
<dd><a href="https://blog.ttyout.net/on-commit-messages.html">On Commit Messages</a></dd>
<dt>2017-06-11</dt>
<dd><a href="https://blog.ttyout.net/decoding-the-sendgrid-event-id.html">Decoding the SendGrid Event ID</a></dd>
</dl>
</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:gemiel@gmail.com" ref="me">e-mail</a>
</nav>
<p class="copyright">© 2014–2025 Emiel van de Laar</p>
</footer>
</body>
</html>