diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/public/index.html b/public/index.html deleted file mode 100644 index d508836..0000000 --- a/public/index.html +++ /dev/null @@ -1,44 +0,0 @@ -<!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>
\ No newline at end of file |