blob: d508836dd051c4ac3c3cfe4372ba09cb5fe1c825 (
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
44
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>blog</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>
<a href=http://blaise.zone>blaise</a>/blog
</h1>
<hr>
<p>
Welcome to my personal blog! <br>
This page lists my blog entries in reverse chronological order. <br>
You may also browse by tag (coming soon). <br>
You may be interested in my <a href=./meta/>meta</a> post. <br>
Thanks for stopping by! —Blaise
</p>
<p>
2020-04-12
<a href=./instrumental-software>instrumental-software</a>
<br>
2020-04-11
<a href=./meta>meta</a>
<br>
</p>
<hr>
<ul class="horizontal">
<li>built 2020-04-11 20:16:52</li>
<li><a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>: no copyright</li>
</ul>
</body>
</html>
|