diff options
Diffstat (limited to 'html/deltaWorld.html')
-rw-r--r-- | html/deltaWorld.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/html/deltaWorld.html b/html/deltaWorld.html index c05a577..ede638a 100644 --- a/html/deltaWorld.html +++ b/html/deltaWorld.html @@ -6,12 +6,15 @@ <link href="/favicon.ico" rel="icon" type="image/vnd.microsoft.icon"> <link href="/apple-touch-icon.png" rel="apple-touch-icon" type="image/png"> - <title id="title">Delta World</title> + <title id="title">Delta World | Achernar</title> <link href="/css/main.css" rel="stylesheet"> + <noscript> + <link href="/css/noScript.css" rel="stylesheet"> + </noscript> </head> - <body class="deltaWorld" id="body"> + <body data-page="deltaWorld" data-theme="dark" id="body"> <!--#include virtual="/shtml/navigationBar.shtml"--> <div id="frontPage"> |