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