diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/about.html | 6 | ||||
-rw-r--r-- | html/benoit.html | 4 | ||||
-rw-r--r-- | html/bowshock.html | 10 | ||||
-rw-r--r-- | html/bzipper.html | 6 | ||||
-rw-r--r-- | html/eas.html | 6 | ||||
-rw-r--r-- | html/luma.html | 4 | ||||
-rw-r--r-- | html/pollex.html | 6 |
7 files changed, 27 insertions, 15 deletions
diff --git a/html/about.html b/html/about.html index e00d98d..6968cd3 100644 --- a/html/about.html +++ b/html/about.html @@ -4,12 +4,12 @@ <meta charset="UTF-8"> <link href="/svg/favicon.svg" rel="icon" type="image/svg+xml"> - <title>Achernar</title> + <title id="title">Achernar</title> <link href="/css/main.css" rel="stylesheet"> </head> - <body class="about"> + <body class="about" id="body"> <!--#include virtual="/shtml/navigationBar.shtml"--> <div id="frontPage"> @@ -45,5 +45,7 @@ <p>The idea of a company had started in the spring of 2020 – at that time having been named after the binary system <em>Sheliak</em> (Bayer: <span class="code">β Lyræ</span>).</p> </section> </div> + + <!--#include virtual="/shtml/initScripts.shtml"--> </body> </html> diff --git a/html/benoit.html b/html/benoit.html index d0b5953..004b1ec 100644 --- a/html/benoit.html +++ b/html/benoit.html @@ -4,12 +4,12 @@ <meta charset="UTF-8"> <link href="/svg/favicon.svg" rel="icon" type="image/svg+xml"> - <title>Benoit</title> + <title id="title">Benoit</title> <link href="/css/main.css" rel="stylesheet"> </head> - <body class="benoit"> + <body class="benoit" id="body"> <!--#include virtual="/shtml/navigationBar.shtml"--> <div id="frontPage"> diff --git a/html/bowshock.html b/html/bowshock.html index 2a50e54..f9d0d93 100644 --- a/html/bowshock.html +++ b/html/bowshock.html @@ -4,16 +4,20 @@ <meta charset="UTF-8"> <link href="/svg/favicon.svg" rel="icon" type="image/svg+xml"> - <title>Bowshock</title> + <title id="title">Bowshock</title> <link href="/css/main.css" rel="stylesheet"> </head> - <body class="bowshock"> + <body class="bowshock" id="body"> <!--#include virtual="/shtml/navigationBar.shtml"--> <div id="frontPage"> - <p id="glyph">TO BE ADDED</p> + <p id="glyph">COMING SOON</p> </div> + + <div id="content"></div> + + <!--#include virtual="/shtml/initScripts.shtml"--> </body> </html> diff --git a/html/bzipper.html b/html/bzipper.html index 20ac359..6ca7701 100644 --- a/html/bzipper.html +++ b/html/bzipper.html @@ -4,12 +4,12 @@ <meta charset="UTF-8"> <link href="/svg/favicon.svg" rel="icon" type="image/svg+xml"> - <title>bzipper</title> + <title id="title">bzipper</title> <link href="/css/main.css" rel="stylesheet"> </head> - <body class="bzipper"> + <body class="bzipper" id="body"> <!--#include virtual="/shtml/navigationBar.shtml"--> <div id="frontPage"> @@ -23,5 +23,7 @@ <br> <p>See more at <span class="code"><a href="https://crates.io/crates/bzipper/">crates.io</a></span>.</p> </div> + + <!--#include virtual="/shtml/initScripts.shtml"--> </body> </html> diff --git a/html/eas.html b/html/eas.html index 2058e65..f1f394b 100644 --- a/html/eas.html +++ b/html/eas.html @@ -4,12 +4,12 @@ <meta charset="UTF-8"> <link href="/svg/favicon.svg" rel="icon" type="image/svg+xml"> - <title>eAS</title> + <title id="title">eAS</title> <link href="/css/main.css" rel="stylesheet"> </head> - <body class="eas"> + <body class="eas" id="body"> <!--#include virtual="/shtml/navigationBar.shtml"--> <div id="frontPage"> @@ -19,5 +19,7 @@ <div id="content"> <p id="contentHeading"><span class="small">the </span>EMBEDDED ASSEMBLER</p> </div> + + <!--#include virtual="/shtml/initScripts.shtml"--> </body> </html> diff --git a/html/luma.html b/html/luma.html index 01fc8ca..a1aedb6 100644 --- a/html/luma.html +++ b/html/luma.html @@ -4,12 +4,12 @@ <meta charset="UTF-8"> <link href="/svg/favicon.svg" rel="icon" type="image/svg+xml"> - <title>Luma</title> + <title id="title">Luma</title> <link href="/css/main.css" rel="stylesheet"> </head> - <body class="luma"> + <body class="luma" id="body"> <!--#include virtual="/shtml/navigationBar.shtml"--> <div id="frontPage"> diff --git a/html/pollex.html b/html/pollex.html index d472b2b..0296fef 100644 --- a/html/pollex.html +++ b/html/pollex.html @@ -4,12 +4,12 @@ <meta charset="UTF-8"> <link href="/svg/favicon.svg" rel="icon" type="image/svg+xml"> - <title>Pollex</title> + <title id="title">Pollex</title> <link href="/css/main.css" rel="stylesheet"> </head> - <body class="pollex"> + <body class="pollex" id="body"> <!--#include virtual="/shtml/navigationBar.shtml"--> <div id="frontPage"> @@ -19,5 +19,7 @@ <div id="content"> <p id="contentHeading">POLLEX</p> </div> + + <!--#include virtual="/shtml/initScripts.shtml"--> </body> </html> |