summaryrefslogtreecommitdiff
path: root/html/pollex.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/pollex.html')
-rw-r--r--html/pollex.html23
1 files changed, 14 insertions, 9 deletions
diff --git a/html/pollex.html b/html/pollex.html
index e8730f6..5e6b15b 100644
--- a/html/pollex.html
+++ b/html/pollex.html
@@ -3,38 +3,43 @@
<head>
<meta charset="UTF-8">
<meta name="darkreader-lock">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/favicon.ico" rel="icon" type="image/vnd.microsoft.icon">
<link href="/apple-touch-icon.png" rel="apple-touch-icon" type="image/png">
- <title id="title">Pollex | Achernar</title>
+ <title>Pollex | Achernar</title>
<link href="/css/main.css" rel="stylesheet">
<noscript>
<link href="/css/noScript.css" rel="stylesheet">
</noscript>
+
+ <script src="/js/init.js" type="text/javascript"></script>
</head>
- <body data-page="pollex" data-theme="Dark" id="body">
+ <body data-page="pollex">
<!--#include virtual="/include/header.shtml"-->
<div id="page">
- <p id="pageHeading">Pollex</p>
+ <h1 id ="anchor.about">pollex</h1>
<section>
<p><em>Pollex</em> is a Rust library for manipulating Arm ISA instructions.</p>
<br>
- <p>See more at <span class="code"><a href="https://crates.io/crates/pollex/">crates.io</a></span>.</p>
+ <p>See more at <code><a href="https://crates.io/crates/pollex/">crates.io</a></code>.</p>
</section>
- <section>
- <p class="heading">Docs</p>
+ <h1 id="anchor.docs">docs</h1>
- <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>
+ <p>As per usual, documentation for <em>Pollex</em> can be found on <a href="https://docs.rs/pollex/latest/pollex/"><code>docs.rs</code></a>.</p>
</section>
<!--#include virtual="/include/footer.shtml"-->
</div>
-
- <!--#include virtual="/include/initScripts.shtml"-->
</body>
+
+ <script type="text/javascript">
+ init();
+ </script>
</html>