diff options
Diffstat (limited to 'html/bowshock.html')
-rw-r--r-- | html/bowshock.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/html/bowshock.html b/html/bowshock.html new file mode 100644 index 0000000..2a50e54 --- /dev/null +++ b/html/bowshock.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + + <link href="/svg/favicon.svg" rel="icon" type="image/svg+xml"> + <title>Bowshock</title> + + <link href="/css/main.css" rel="stylesheet"> + </head> + + <body class="bowshock"> + <!--#include virtual="/shtml/navigationBar.shtml"--> + + <div id="frontPage"> + <p id="glyph">TO BE ADDED</p> + </div> + </body> +</html> |