diff options
| author | Sam Chudnick <sam@chudnick.com> | 2022-12-08 20:44:37 -0500 |
|---|---|---|
| committer | Sam Chudnick <sam@chudnick.com> | 2022-12-08 20:44:37 -0500 |
| commit | 3fb2b9563d9b58a9683808c6620832dc71f76b20 (patch) | |
| tree | 9c208db70957ba26fbcc2d87f3b91df7117617c8 /blog.html | |
Initial commit
Diffstat (limited to 'blog.html')
| -rw-r--r-- | blog.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/blog.html b/blog.html new file mode 100644 index 0000000..60c43f0 --- /dev/null +++ b/blog.html | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html lang=en> | ||
| 3 | <head> | ||
| 4 | <title>chudnick.com - Blog</title> | ||
| 5 | <meta charset="utf-8"/> | ||
| 6 | <link rel="shortcut icon" href="favicon.ico"/> | ||
| 7 | <link rel='stylesheet' type='text/css' href='style.css'/> | ||
| 8 | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
| 9 | </head> | ||
| 10 | <body> | ||
| 11 | <header><h1 class=pagetop>Blog</h1></header> | ||
| 12 | <main> | ||
| 13 | This page is reserved for blog posts. If I ever feel the need | ||
| 14 | to comment on something publicly, it will be placed here. | ||
| 15 | </main> | ||
| 16 | <footer><a href=index.html>www.chudnick.com</a></footer> | ||
| 17 | </body> | ||
| 18 | </html> | ||
| 19 | |||
