diff options
Diffstat (limited to 'html/pollex.html')
-rw-r--r-- | html/pollex.html | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/html/pollex.html b/html/pollex.html index 6d7e8bd..c710acf 100644 --- a/html/pollex.html +++ b/html/pollex.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta charset="UTF-8"> <meta name="darkreader-lock"> @@ -14,12 +14,8 @@ </noscript> </head> - <body data-page="pollex" data-theme="dark" id="body"> - <!--#include virtual="/shtml/navigationBar.shtml"--> - - <div id="frontPage"> - <img id="glyph" src="/svg/glyph/pollex.svg"> - </div> + <body data-page="pollex" data-theme="Dark" id="body"> + <!--#include virtual="/include/frontPage.shtml"--> <div id="content"> <p id="contentHeading">Pollex</p> @@ -36,9 +32,9 @@ <p>As per usual, documentation for <em>Pollex</em> can be found on <a href="https://docs.rs/pollex/latest/pollex/"><span class="code">docs.rs</span></a>.</p> </section> - <!--#include virtual="/shtml/footnote.shtml"--> + <!--#include virtual="/include/footnote.shtml"--> </div> - <!--#include virtual="/shtml/initScripts.shtml"--> + <!--#include virtual="/include/initScripts.shtml"--> </body> </html> |