diff options
author | Blaise Thompson <blaise@untzag.com> | 2019-09-14 16:03:40 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2019-09-14 16:03:40 -0500 |
commit | 1aaadf15d5fedc8d8f3b6cdbadf09ac8c8d5dbea (patch) | |
tree | 3a41d3dc9a1eff78d9dc89369ebf2b77436a781d /public/college-for-kids.html | |
parent | 9cdb80bda84a942b7e416ce3f3a8f7c3ebbd4ef4 (diff) |
refactor
Diffstat (limited to 'public/college-for-kids.html')
-rw-r--r-- | public/college-for-kids.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/public/college-for-kids.html b/public/college-for-kids.html new file mode 100644 index 0000000..c14347a --- /dev/null +++ b/public/college-for-kids.html @@ -0,0 +1,23 @@ +<!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>college for kids</h1> + +I took college for kids one year... + +<img src="college-for-kids/blaise.png" + alt="Blaise at college for kids" + width="100%"> +Blaise at college for kids. + + + +</body> +</html> |