diff options
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> |