diff options
Diffstat (limited to 'html/deltaWorld.html')
-rw-r--r-- | html/deltaWorld.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/html/deltaWorld.html b/html/deltaWorld.html new file mode 100644 index 0000000..8a65052 --- /dev/null +++ b/html/deltaWorld.html @@ -0,0 +1,25 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + + <link href="/svg/favicon.svg" rel="icon" type="image/svg+xml"> + <title id="title">Delta World</title> + + <link href="/css/main.css" rel="stylesheet"> + </head> + + <body class="deltaWorld" id="body"> + <!--#include virtual="/shtml/navigationBar.shtml"--> + + <div id="frontPage"> + <p id="glyph">COMING SOON</p> + + <!--#include virtual="/shtml/cloneNotice.shtml"--> + </div> + + <div id="content"></div> + + <!--#include virtual="/shtml/initScripts.shtml"--> + </body> +</html> |