summaryrefslogtreecommitdiff
path: root/blog.html
blob: 60c43f00459b8bcc2698f89d97b964044aad7e8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang=en>
    <head>
        <title>chudnick.com - Blog</title>
        <meta charset="utf-8"/>
        <link rel="shortcut icon" href="favicon.ico"/>
        <link rel='stylesheet' type='text/css' href='style.css'/>
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head>
<body>
    <header><h1 class=pagetop>Blog</h1></header>
    <main>
			This page is reserved for blog posts.  If I ever feel the need
			to comment on something publicly, it will be placed here.
    </main>
    <footer><a href=index.html>www.chudnick.com</a></footer>
</body>
</html>