aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/index.html b/index.html
index 09217a5..a5a2a63 100644
--- a/index.html
+++ b/index.html
@@ -3,11 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>hiiiii</title>
- <link rel="stylesheet" href="style.css">
+ <title>Roy Betsalel</title>
+ {{ include "globalhead.html" }}
</head>
<body>
- <div>WIP come back later!! (:</div>
- <script src="script.js"></script>
+ {{ include "header.html" }}
+ <h1>WIP! Come back when I'm done!!</h1>
+ <script src="index.js"></script>
</body>
-</html> \ No newline at end of file
+</html>