diff options
author | Blaise Thompson <blaise@untzag.com> | 2020-05-30 06:54:02 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2020-05-30 06:54:02 -0500 |
commit | a0ea0199b480f78e2e7a2e317149a152097557ce (patch) | |
tree | 2559102c2bb4c5da26999a9d983bbf7603f54b11 /public | |
parent | 2cfcec1a2ff0fb7b57786f11d99586f66bb98ba9 (diff) |
tree
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html index 0ac5d0c..a480008 100644 --- a/public/index.html +++ b/public/index.html @@ -1,6 +1,6 @@ <!DOCTYPE html> <html> -<head> +<head <meta charset="utf-8" name="viewport" content="width=80ch"> <title>memories.blaise.zone</title> <link rel="stylesheet" href="style.css"> @@ -11,6 +11,7 @@ <p> Welcome to my public memories! <br> These are organized in reverse chronological order. <br> + You may also be interested in my <a href="./tree/000">family tree</a>. <br> Thanks for stopping by! —Blaise </p> <p> @@ -28,7 +29,7 @@ <tr> <td>2019-09-13</td> <td>2019-09-28</td> - <td><a href="/armenian-heritage-trip/">Armenian heritage trip</a></td> + <td><a href="./armenian-heritage-trip/">Armenian heritage trip</a></td> </tr> <tr> <td>2018-12-21</td> |