]> Arthur Taft Gitweb - website.git/blobdiff - static/index.html
Create project structure and add html and css
[website.git] / static / index.html
diff --git a/static/index.html b/static/index.html
new file mode 100644 (file)
index 0000000..3f4887a
--- /dev/null
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <title>home | arthurtaft.EXT</title>
+        <meta charset="UTF-8">
+        <link rel="stylesheet" href="styles.css">
+    </head>
+    <body>
+        <div id="main-cont">
+            <div id="top-nav">
+                <ul>
+                    <li><a href="/">home</a></li>
+                    <li><a href="/blog">blog</a></li>
+                    <li><a href="/resume">resume</a></li>
+                    <li><a href="/contact">contact</a></li>
+                    <li><a href="/about">about me</a></li>
+                </ul>
+            </div>
+            <div id="container">
+                <h1>Bazinga</h1>
+            </div>
+        </div>
+    </body>
+</html>