summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..c29d59d
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,11 @@
+{% include header.html %}
+<body>
+ <div id="website-container">
+ {% include nav.html %}
+ <h1>Hi, I'm Ben!</h1>
+ <span><h3>I'm a Geek!</h3></span>
+ <p>This is my personal website where you'll find all sorts of projects I'm working on.</p>
+ </div>
+{% include footer.html %}
+</body>
+</html>