diff options
author | Blaise Thompson <blaise@untzag.com> | 2019-09-14 16:03:40 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2019-09-14 16:03:40 -0500 |
commit | 1aaadf15d5fedc8d8f3b6cdbadf09ac8c8d5dbea (patch) | |
tree | 3a41d3dc9a1eff78d9dc89369ebf2b77436a781d /public/index.html | |
parent | 9cdb80bda84a942b7e416ce3f3a8f7c3ebbd4ef4 (diff) |
refactor
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..2269a59 --- /dev/null +++ b/public/index.html @@ -0,0 +1,43 @@ +<!DOCTYPE html> +<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> +<html> +<head> + <meta charset="utf-8"> + <title>memories.blaise.zone</title> + <link rel="stylesheet" href="style.css"> +</head> +<body> + <h1>memories.blaise.zone</h1> + Welcome to my public memories! <br> + These are organized in reverse chronological order. <br> + Thanks for stopping by! —Blaise <br> + <br> + <table style="width:100%"> + <tr> + <th>start</th> + <th>end</th> + <th>memory</th> + </tr> + <tr> + <td>1999-06-13</td> + <td>2015-06-27</td> + <td><a href="vehrzheen.html">Vehrzheen</a></td> + </tr> + <tr> + <td>2004-09-13</td> + <td>2014-10-21</td> + <td><a href="untzag.html">Untzag</a></td> + </tr> + <tr> + <td>2000</td> + <td>2000</td> + <td><a href="college-for-kids.html">college for kids</a></td> + </tr> + <tr> + <td>1943-12-25</td> + <td></td> + <td><a href="ThompsonNancyJean.html">Nancy Jean Thompson</a></td> + </tr> + </table> +</body> +</html> |