diff options
Diffstat (limited to 'html/luma.html')
-rw-r--r-- | html/luma.html | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/html/luma.html b/html/luma.html index 27e8232..600ed68 100644 --- a/html/luma.html +++ b/html/luma.html @@ -17,25 +17,23 @@ <link href="/css/noScript.css" rel="stylesheet"> </noscript> - <script src="/js/init.js" type="text/javascript"></script> + <script src="/js/main.js" type="text/javascript"></script> </head> <body data-page="luma"> <!--#include virtual="/include/header.shtml"--> <div id="page"> - <h1 id ="anchor.about">kuma</h1> + <h1 id ="anchor.about">luma</h1> <section> - <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> + <p><em>Luma</em> is an emulator for the <em>AGB</em> line of game consoles by Nintendo Co.</p> </section> - <h1 id="anchor.docs">docs</h1> + <h1 id="anchor.status">status</h1> <section> - <p>See <a href="https://docs.rs/pollex/latest/pollex/"><code>docs.rs</code></a> for documentation.</p> + <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> <!--#include virtual="/include/footer.shtml"--> @@ -43,6 +41,6 @@ </body> <script type="text/javascript"> - init(); + Ach.init(); </script> </html> |