summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html26
1 files changed, 19 insertions, 7 deletions
diff --git a/public/index.html b/public/index.html
index 915ed0e..eab724c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,17 +1,19 @@
<!DOCTYPE html>
-<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<html>
<head>
- <meta charset="utf-8">
+ <meta charset="utf-8" name="viewport" content="width=80ch">
<title>memories.blaise.zone</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
- <h1>memories.blaise.zone</h1>
+ <h1><a href="http://blaise.zone">blaise</a>-memories</h1>
+ <hr>
+ <p>
Welcome to my public memories! <br>
These are organized in reverse chronological order. <br>
- Thanks for stopping by! —Blaise <br>
- <br>
+ Thanks for stopping by! —Blaise
+ </p>
+ <p>
<table style="width:100%">
<tr>
<th>start</th>
@@ -19,6 +21,11 @@
<th>memory</th>
</tr>
<tr>
+ <td>2020-03-01</td>
+ <td>ongoing</td>
+ <td><a href="covid-19">COVID-19</a></td>
+ </tr>
+ <tr>
<td>2019-09-13</td>
<td>2019-09-28</td>
<td><a href="armenian-heritage-trip.html">Armenian heritage trip</a></td>
@@ -26,7 +33,7 @@
<tr>
<td>1999-06-13</td>
<td>2015-06-27</td>
- <td><a href="vehrzheen.html">Vehrzheen</a></td>
+ <td><a href="vehrzheen">Vehrzheen</a></td>
</tr>
<tr>
<td>2010</td>
@@ -41,8 +48,13 @@
<tr>
<td>2000</td>
<td>2000</td>
- <td><a href="college-for-kids.html">college for kids</a></td>
+ <td><a href="college-for-kids">college for kids</a></td>
</tr>
</table>
+ </p>
+ <hr>
+ <p>
+ <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>: no copyright
+ </p>
</body>
</html>