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