diff options
Diffstat (limited to 'html/bowshock.html')
-rw-r--r-- | html/bowshock.html | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/html/bowshock.html b/html/bowshock.html index 655fec3..fd046c1 100644 --- a/html/bowshock.html +++ b/html/bowshock.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta charset="UTF-8"> <meta name="darkreader-lock"> @@ -14,19 +14,15 @@ </noscript> </head> - <body data-page="bowshock" data-theme="dark" id="body"> - <!--#include virtual="/shtml/navigationBar.shtml"--> - - <div id="frontPage"> - <img id="glyph" src="/svg/glyph/bowshock.svg"> - </div> + <body data-page="bowshock" data-theme="Dark" id="body"> + <!--#include virtual="/include/frontPage.shtml"--> <div id="content"> - <p id="contentHeading">COMING SOON</p> + <p id="contentHeading">Coming Soon</p> - <!--#include virtual="/shtml/footnote.shtml"--> + <!--#include virtual="/include/footnote.shtml"--> </div> - <!--#include virtual="/shtml/initScripts.shtml"--> + <!--#include virtual="/include/initScripts.shtml"--> </body> </html> |