summaryrefslogtreecommitdiff
path: root/html/luma.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/luma.html')
-rw-r--r--html/luma.html25
1 files changed, 16 insertions, 9 deletions
diff --git a/html/luma.html b/html/luma.html
index 2de6643..7eaef12 100644
--- a/html/luma.html
+++ b/html/luma.html
@@ -3,36 +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">Luma | Achernar</title>
+ <title>Luma | 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="luma" data-theme="Dark" id="body">
+ <body data-page="luma">
<!--#include virtual="/include/header.shtml"-->
<div id="page">
- <p id="pageHeading">Luma</p>
+ <h1 id ="anchor.about">kuma</h1>
<section>
- <p><em>Luma</em> is an emulator for the <em>AGB</em> line of game consoles by Nintendo Co.</p>
+ <p><em>bzipper</em> is a Rust crate for serialisation and deserialisation of binary streams.</p>
+ <br>
+ <p>See more at <code><a href="https://crates.io/crates/bzipper/">crates.io</a></code>.</p>
</section>
- <section>
- <p class="heading">Status</p>
+ <h1 id="anchor.docs">docs</h1>
- <p>The development of <em>Luma</em> is currently on hold in favour of <a href="/html/pollex.html"><em>Pollex</em></a>, which is to be used as a backend.</p>
+ <section>
+ <p>See <a href="https://docs.rs/pollex/latest/pollex/"><code>docs.rs</code></a> for documentation.</p>
</section>
<!--#include virtual="/include/footer.shtml"-->
</div>
-
- <!--#include virtual="/include/initScripts.shtml"-->
</body>
+
+ <script type="text/javascript">
+ init();
+ </script>
</html>