summaryrefslogtreecommitdiff
path: root/html/bowshock.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/bowshock.html')
-rw-r--r--html/bowshock.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/html/bowshock.html b/html/bowshock.html
index 2a50e54..f9d0d93 100644
--- a/html/bowshock.html
+++ b/html/bowshock.html
@@ -4,16 +4,20 @@
<meta charset="UTF-8">
<link href="/svg/favicon.svg" rel="icon" type="image/svg+xml">
- <title>Bowshock</title>
+ <title id="title">Bowshock</title>
<link href="/css/main.css" rel="stylesheet">
</head>
- <body class="bowshock">
+ <body class="bowshock" id="body">
<!--#include virtual="/shtml/navigationBar.shtml"-->
<div id="frontPage">
- <p id="glyph">TO BE ADDED</p>
+ <p id="glyph">COMING SOON</p>
</div>
+
+ <div id="content"></div>
+
+ <!--#include virtual="/shtml/initScripts.shtml"-->
</body>
</html>