summaryrefslogtreecommitdiff
path: root/blog
diff options
context:
space:
mode:
authorBen Winston2020-05-27 23:25:01 -0400
committerBen Winston2020-05-27 23:25:01 -0400
commit18c38b37e9ebc356a1b246b100d5649650c24689 (patch)
treee78983f71942b3bb9fcfa721ae1720110a23f18f /blog
initial commit of new website
Diffstat (limited to 'blog')
-rw-r--r--blog/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/blog/index.html b/blog/index.html
new file mode 100644
index 0000000..1029a15
--- /dev/null
+++ b/blog/index.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <link href='/css/styles.css' rel='stylesheet' type='text/css'>
+ <title>blog - Ben Winston</title>
+ <meta http-equiv="content-type" content="text/html;charset=utf8" />
+</head>
+<body>
+<div id="content">
+<h4><a href="/">cd ..</a></h4>
+<br/><br/>
+<h2>~/blog</h2>
+<br/>
+<p>coming soon</p>
+</div>
+</body>
+</html>