diff options
author | Blaise Thompson <blaise@untzag.com> | 2020-04-11 20:20:27 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2020-04-11 20:20:27 -0500 |
commit | af97cdcd4997186fccc955b78577407604fd10ac (patch) | |
tree | a37aabfff8c873bdf868c662eb2cd49b22e90358 /public | |
parent | 5e2a82641aab330f9a94a74b5fa4386dd684d7f1 (diff) |
instrumental software
Diffstat (limited to 'public')
-rw-r--r-- | public/a/index.html | 28 | ||||
-rw-r--r-- | public/a/style.css | 35 | ||||
-rw-r--r-- | public/hello-world/index.html | 2 | ||||
-rw-r--r-- | public/index.html | 12 |
4 files changed, 7 insertions, 70 deletions
diff --git a/public/a/index.html b/public/a/index.html deleted file mode 100644 index b7d65ac..0000000 --- a/public/a/index.html +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> - <title>why not</title> - <link rel="stylesheet" href="style.css"> -</head> -<body> - -<h1> -<a href=http://blaise.zone>blaise</a>/<a href=../>blog</a>/why not -</h1> - -<hr> - -<h2>Header:</h2> -<p><em>Markdown content</em></p> -<p>a</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 diff --git a/public/a/style.css b/public/a/style.css deleted file mode 100644 index f1b4927..0000000 --- a/public/a/style.css +++ /dev/null @@ -1,35 +0,0 @@ -a { - text-decoration: none; - color: #81a2be; -} - -body { - font-family: sans-serif; - margin: 40px auto; - max-width: 650px; - line-height: 1.5; - font-size: 16px; - background-color: #1d1f21; - color: #c5c8c6; - padding: 0 10px; - text-align: left; -} - -.singlespaced { - line-height: 1; -} - -.horizontal { - display: flex; - list-style-type: none; - padding: 0; - justify-content: space-between; -} - -.tab30 { - margin-left: 30px; -} - -.tab60 { - margin-left: 60px; -}
\ No newline at end of file diff --git a/public/hello-world/index.html b/public/hello-world/index.html index 40456d8..1c9534a 100644 --- a/public/hello-world/index.html +++ b/public/hello-world/index.html @@ -19,7 +19,7 @@ <hr> <ul class="horizontal"> - <li>built 2020-04-11 15:56:23</li> + <li>built 2020-04-11 19:49:01</li> <li><a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>: no copyright</li> </ul> diff --git a/public/index.html b/public/index.html index 337a173..d508836 100644 --- a/public/index.html +++ b/public/index.html @@ -17,18 +17,18 @@ 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> +You may be interested in my <a href=./meta/>meta</a> post. <br> Thanks for stopping by! —Blaise </p> <p> - 2020-04-11 - <a href=./hello-world>Hello world!</a> + 2020-04-12 + <a href=./instrumental-software>instrumental-software</a> <br> - 2020-04-10 - <a href=./a>why not</a> + 2020-04-11 + <a href=./meta>meta</a> <br> </p> @@ -36,7 +36,7 @@ Thanks for stopping by! —Blaise <hr> <ul class="horizontal"> - <li>built 2020-04-11 15:56:23</li> + <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> |