diff options
Diffstat (limited to 'html/eas.html')
-rw-r--r-- | html/eas.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/html/eas.html b/html/eas.html index 761d1a0..a3a4d06 100644 --- a/html/eas.html +++ b/html/eas.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">eAS</title> + <title id="title">eAS | Achernar</title> <link href="/css/main.css" rel="stylesheet"> + <noscript> + <link href="/css/noScript.css" rel="stylesheet"> + </noscript> </head> - <body class="eas" id="body"> + <body data-page="eas" data-theme="dark" id="body"> <!--#include virtual="/shtml/navigationBar.shtml"--> <div id="frontPage"> |