diff options
Diffstat (limited to 'html/ax.html')
-rw-r--r-- | html/ax.html | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/html/ax.html b/html/ax.html deleted file mode 100644 index 626f446..0000000 --- a/html/ax.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="AX is a C framework for developing AGB apps."> - <meta name="keywords" content="achernar, advance, agb, arm, assembly, ax, c, c++, cxx, 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>AX | 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="ax"> - <!--#include virtual="/include/header.shtml"--> - - <div id="page"> - <h1 id ="anchor.about">Advanced X</h1> - - <section> - <p><em>Advanced X</em> (or just <em>AX</em>) is a C library for developing apps for the <em>AGB</em> line of hardware.</p> - </section> - - <h1 id="anchor.status">status</h1> - - <section> - <p>The development of <em>AX</em> is currently on hold to prioritise <a href="/html/luma.html"><em>Luma</em></a> and <a href="/html/eas.html"><em>eAS</em></a>.</p> - </section> - - <!--#include virtual="/include/footer.shtml"--> - </div> - </body> - - <script type="text/javascript"> - Ach.init(); - </script> -</html> |