diff options
Diffstat (limited to 'html/u8c.html')
-rw-r--r-- | html/u8c.html | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/html/u8c.html b/html/u8c.html index 0219eb7..de558cc 100644 --- a/html/u8c.html +++ b/html/u8c.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="u8c" data-theme="dark" id="body"> - <!--#include virtual="/shtml/navigationBar.shtml"--> - - <div id="frontPage"> - <img id="glyph" src="/svg/glyph/u8c.svg"> - </div> + <body data-page="u8c" data-theme="Dark" id="body"> + <!--#include virtual="/include/frontPage.shtml"--> <div id="content"> <p id="contentHeading">u8c</p> @@ -28,9 +24,9 @@ <p><em>u8c</em> is a library for handling Unicode sequences in C.</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> |