diff options
Diffstat (limited to 'html/ax.html')
-rw-r--r-- | html/ax.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/html/ax.html b/html/ax.html new file mode 100644 index 0000000..d1536c6 --- /dev/null +++ b/html/ax.html @@ -0,0 +1,37 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + + <link href="/svg/favicon.svg" rel="icon" type="image/svg+xml"> + <title id="title">AX</title> + + <link href="/css/main.css" rel="stylesheet"> + </head> + + <body class="ax" id="body"> + <!--#include virtual="/shtml/navigationBar.shtml"--> + + <div id="frontPage"> + <img id="glyph" src="/svg/glyph/ax.svg"> + </div> + + <div id="content"> + <p id="contentHeading">Advanced X</p> + + <section> + <p><em>Advanced X</em> (or just <em>AX</em>) is a C library for developing applications for the <em>AGB</em> line of hardware.</p> + </section> + + <section> + <p class="heading">Status</p> + + <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="/shtml/cloneNotice.shtml"--> + </div> + + <!--#include virtual="/shtml/initScripts.shtml"--> + </body> +</html> |