diff options
Diffstat (limited to 'html/luma.html')
-rw-r--r-- | html/luma.html | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/html/luma.html b/html/luma.html deleted file mode 100644 index 7b2ebde..0000000 --- a/html/luma.html +++ /dev/null @@ -1,46 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="UTF-8"> - <meta name="author" content="Gabriel Bjørnager Jensen"> - <meta name="darkreader-lock"> - <meta name="description" content="Luma is an emulator for the <em>AGB</em> line of game consoles."> - <meta name="keywords" content="achernar, agb, arm, luma, rust, thumb"> - <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>Luma | Achernar</title> - - <link href="/css/main.css" rel="stylesheet"> - <noscript> - <link href="/css/noScript.css" rel="stylesheet"> - </noscript> - - <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">luma</h1> - - <section> - <p><em>Luma</em> is an emulator for the <em>AGB</em> line of game consoles by Nintendo Co.</p> - </section> - - <h1 id="anchor.status">status</h1> - - <section> - <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"--> - </div> - </body> - - <script type="text/javascript"> - Ach.init(); - </script> -</html> |