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