diff options
Diffstat (limited to 'html/u8c.html')
-rw-r--r-- | html/u8c.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/html/u8c.html b/html/u8c.html new file mode 100644 index 0000000..39c4233 --- /dev/null +++ b/html/u8c.html @@ -0,0 +1,32 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <meta name="darkreader-lock"> + + <link href="/svg/favicon.svg" rel="icon" type="image/svg+xml"> + <title id="title">Pollex</title> + + <link href="/css/main.css" rel="stylesheet"> + </head> + + <body class="u8c" id="body"> + <!--#include virtual="/shtml/navigationBar.shtml"--> + + <div id="frontPage"> + <img id="glyph" src="/svg/glyph/u8c.svg"> + </div> + + <div id="content"> + <p id="contentHeading">u8c</p> + + <section> + <p><em>u8c</em> is a library for handling Unicode sequences in C.</p> + </section> + + <!--#include virtual="/shtml/cloneNotice.shtml"--> + </div> + + <!--#include virtual="/shtml/initScripts.shtml"--> + </body> +</html> |