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