diff options
Diffstat (limited to 'html/about.html')
-rw-r--r-- | html/about.html | 6 |
1 files changed, 4 insertions, 2 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> |