diff options
author | Blaise Thompson <blaise@untzag.com> | 2020-04-11 18:59:35 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2020-04-11 18:59:35 -0500 |
commit | 5e2a82641aab330f9a94a74b5fa4386dd684d7f1 (patch) | |
tree | c7ec42c4c9e9a89c09660472f41a365cffd53d7b /public/index.html |
initial commit
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..337a173 --- /dev/null +++ b/public/index.html @@ -0,0 +1,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 meta post (coming soon). <br> +Thanks for stopping by! —Blaise +</p> + +<p> + + 2020-04-11 + <a href=./hello-world>Hello world!</a> + <br> + + 2020-04-10 + <a href=./a>why not</a> + <br> + +</p> + +<hr> + +<ul class="horizontal"> + <li>built 2020-04-11 15:56:23</li> + <li><a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>: no copyright</li> +</ul> + +</body> +</html>
\ No newline at end of file |