diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/about.html | 7 | ||||
-rw-r--r-- | html/ax.html | 7 | ||||
-rw-r--r-- | html/backspace.html | 7 | ||||
-rw-r--r-- | html/benoit.html | 7 | ||||
-rw-r--r-- | html/bowshock.html | 7 | ||||
-rw-r--r-- | html/bzipper.html | 7 | ||||
-rw-r--r-- | html/deltaWorld.html | 7 | ||||
-rw-r--r-- | html/eas.html | 7 | ||||
-rw-r--r-- | html/luma.html | 7 | ||||
-rw-r--r-- | html/pollex.html | 7 | ||||
-rw-r--r-- | html/u8c.html | 7 |
11 files changed, 55 insertions, 22 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"> diff --git a/html/ax.html b/html/ax.html index 643c84f..c1ed62a 100644 --- a/html/ax.html +++ b/html/ax.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">AX</title> + <title id="title">AX | Achernar</title> <link href="/css/main.css" rel="stylesheet"> + <noscript> + <link href="/css/noScript.css" rel="stylesheet"> + </noscript> </head> - <body class="ax" id="body"> + <body data-page="ax" data-theme="dark" id="body"> <!--#include virtual="/shtml/navigationBar.shtml"--> <div id="frontPage"> diff --git a/html/backspace.html b/html/backspace.html index 3caea3c..d715ee9 100644 --- a/html/backspace.html +++ b/html/backspace.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">Backspace</title> + <title id="title">Backspace | Achernar</title> <link href="/css/main.css" rel="stylesheet"> + <noscript> + <link href="/css/noScript.css" rel="stylesheet"> + </noscript> </head> - <body class="backspace" id="body"> + <body data-page="backspace" data-theme="dark" id="body"> <!--#include virtual="/shtml/navigationBar.shtml"--> <div id="frontPage"> diff --git a/html/benoit.html b/html/benoit.html index e7c065d..41bdb79 100644 --- a/html/benoit.html +++ b/html/benoit.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">Benoit</title> + <title id="title">Benoit | Achernar</title> <link href="/css/main.css" rel="stylesheet"> + <noscript> + <link href="/css/noScript.css" rel="stylesheet"> + </noscript> </head> - <body class="benoit" id="body"> + <body data-page="benoit" data-theme="dark" id="body"> <!--#include virtual="/shtml/navigationBar.shtml"--> <div id="frontPage"> diff --git a/html/bowshock.html b/html/bowshock.html index d0088b9..655fec3 100644 --- a/html/bowshock.html +++ b/html/bowshock.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">Bowshock</title> + <title id="title">Bowshock | Achernar</title> <link href="/css/main.css" rel="stylesheet"> + <noscript> + <link href="/css/noScript.css" rel="stylesheet"> + </noscript> </head> - <body class="bowshock" id="body"> + <body data-page="bowshock" data-theme="dark" id="body"> <!--#include virtual="/shtml/navigationBar.shtml"--> <div id="frontPage"> diff --git a/html/bzipper.html b/html/bzipper.html index 6b7a35f..f359946 100644 --- a/html/bzipper.html +++ b/html/bzipper.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">bzipper</title> + <title id="title">bzipper | Achernar</title> <link href="/css/main.css" rel="stylesheet"> + <noscript> + <link href="/css/noScript.css" rel="stylesheet"> + </noscript> </head> - <body class="bzipper" id="body"> + <body data-page="bzipper" data-theme="dark" id="body"> <!--#include virtual="/shtml/navigationBar.shtml"--> <div id="frontPage"> 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"> 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"> diff --git a/html/luma.html b/html/luma.html index b1b92cb..68a34d7 100644 --- a/html/luma.html +++ b/html/luma.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">Luma</title> + <title id="title">Luma | Achernar</title> <link href="/css/main.css" rel="stylesheet"> + <noscript> + <link href="/css/noScript.css" rel="stylesheet"> + </noscript> </head> - <body class="luma" id="body"> + <body data-page="luma" data-theme="dark" id="body"> <!--#include virtual="/shtml/navigationBar.shtml"--> <div id="frontPage"> diff --git a/html/pollex.html b/html/pollex.html index 3a32321..6d7e8bd 100644 --- a/html/pollex.html +++ b/html/pollex.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">Pollex</title> + <title id="title">Pollex | Achernar</title> <link href="/css/main.css" rel="stylesheet"> + <noscript> + <link href="/css/noScript.css" rel="stylesheet"> + </noscript> </head> - <body class="pollex" id="body"> + <body data-page="pollex" data-theme="dark" id="body"> <!--#include virtual="/shtml/navigationBar.shtml"--> <div id="frontPage"> diff --git a/html/u8c.html b/html/u8c.html index 0a8d1fd..0219eb7 100644 --- a/html/u8c.html +++ b/html/u8c.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">u8c</title> + <title id="title">u8c | Achernar</title> <link href="/css/main.css" rel="stylesheet"> + <noscript> + <link href="/css/noScript.css" rel="stylesheet"> + </noscript> </head> - <body class="u8c" id="body"> + <body data-page="u8c" data-theme="dark" id="body"> <!--#include virtual="/shtml/navigationBar.shtml"--> <div id="frontPage"> |