diff options
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 |