blob: c29d59d2aa7c2f445f6a4f4be44d551edab30982 (
plain)
1
2
3
4
5
6
7
8
9
10
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>
|