diff options
author | Blaise Thompson <blaise@untzag.com> | 2020-05-29 11:01:46 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2020-05-29 11:01:46 -0500 |
commit | 0622ad763e69670d32f8141d12bc70cb2ea4a31a (patch) | |
tree | a3d3fd7e920343a7add5457334d904ed685eac0f /public/college-for-kids | |
parent | bd607aedaf37eb65fa421033e0630f7f1b55c1c5 (diff) |
COVID-19
Diffstat (limited to 'public/college-for-kids')
-rw-r--r-- | public/college-for-kids/index.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/public/college-for-kids/index.html b/public/college-for-kids/index.html new file mode 100644 index 0000000..8adb97a --- /dev/null +++ b/public/college-for-kids/index.html @@ -0,0 +1,29 @@ +<!DOCTYPE html> +<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> +<html> +<head> + <meta charset="utf-8"> + <title>college for kids</title> + <link rel="stylesheet" href="../style.css"> +</head> +<body> + +<h1><a href="http://blaise.zone">blaise</a>-<a href="../">memories</a>/college-for-kids</h1> +<hr> + +<p> +I took college for kids one year... +</p> + +<img src="blaise.png" + alt="Blaise at college for kids" + width="100%"> +Blaise at college for kids. + +<hr> +<p> +<a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>: no copyright +</p> + +</body> +</html> |