diff options
Diffstat (limited to 'html/bzipper.html')
-rw-r--r-- | html/bzipper.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/html/bzipper.html b/html/bzipper.html new file mode 100644 index 0000000..20ac359 --- /dev/null +++ b/html/bzipper.html @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + + <link href="/svg/favicon.svg" rel="icon" type="image/svg+xml"> + <title>bzipper</title> + + <link href="/css/main.css" rel="stylesheet"> + </head> + + <body class="bzipper"> + <!--#include virtual="/shtml/navigationBar.shtml"--> + + <div id="frontPage"> + <img id="glyph" src="/svg/glyph/bzipper.svg"> + </div> + + <div id="content"> + <p id="contentHeading">BZIPPER</p> + + <p><span class="fancy">bzipper</span> is a Rust crate for serialisation and deserialisation of binary streams.</p> + <br> + <p>See more at <span class="code"><a href="https://crates.io/crates/bzipper/">crates.io</a></span>.</p> + </div> + </body> +</html> |