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 /public/college-for-kids | |
parent | 7644f77b2b94bf3acf5793ba66e744daa67e4e9d (diff) |
refactor with actual building
Diffstat (limited to 'public/college-for-kids')
-rw-r--r-- | public/college-for-kids/index.html | 29 |
1 files changed, 20 insertions, 9 deletions
diff --git a/public/college-for-kids/index.html b/public/college-for-kids/index.html index 79144be..109a260 100644 --- a/public/college-for-kids/index.html +++ b/public/college-for-kids/index.html @@ -1,29 +1,40 @@ <!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"> + <meta charset="utf-8" name="viewport" content="width=80ch"> + <title></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> +<h1> +<a href=http://blaise.zone>blaise</a>-<a href="../">memories</a>/college-for-kids +</h1> + <hr> +<h1> +College for Kids +</h1> + <p> I took college for kids one year... </p> -<img src="blaise.png" +<p><img src="blaise.png" alt="Blaise at college for kids" width="100%"> -Blaise at college for kids. +Blaise at college for kids.</p> <hr> -<p> + +<p style="display:inline;"> +built 2021-07-08 16:41:08 +<div style="float:right;"> <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>: no copyright +(<a href="https://git.blaise.zone/website/memories.git/">source</a>) +</div> </p> </body> -</html> +</html>
\ No newline at end of file |