diff options
author | Blaise Thompson <blaise@untzag.com> | 2021-07-08 16:42:51 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2021-07-08 16:42:51 -0500 |
commit | 6fa3d6d03c4f0731cf388166bacebbf2e062fd1c (patch) | |
tree | 66c093d15434f83bad906e2a6e0735d6df27311c /source/college-for-kids | |
parent | 7644f77b2b94bf3acf5793ba66e744daa67e4e9d (diff) |
refactor with actual building
Diffstat (limited to 'source/college-for-kids')
-rw-r--r-- | source/college-for-kids/blaise.png | bin | 0 -> 7338562 bytes | |||
-rw-r--r-- | source/college-for-kids/index.html | 29 |
2 files changed, 29 insertions, 0 deletions
diff --git a/source/college-for-kids/blaise.png b/source/college-for-kids/blaise.png Binary files differnew file mode 100644 index 0000000..3537a16 --- /dev/null +++ b/source/college-for-kids/blaise.png diff --git a/source/college-for-kids/index.html b/source/college-for-kids/index.html new file mode 100644 index 0000000..79144be --- /dev/null +++ b/source/college-for-kids/index.html @@ -0,0 +1,29 @@ +<!DOCTYPE html> +<meta name="viewport" content="width=80ch, 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> |