diff options
Diffstat (limited to 'include/ax.php')
-rw-r--r-- | include/ax.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/ax.php b/include/ax.php new file mode 100644 index 0000000..bc7cdc4 --- /dev/null +++ b/include/ax.php @@ -0,0 +1,11 @@ +<?php addHeading("Advanced X", "about"); ?> + +<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> + +<?php addHeading("Status", "status"); ?> + +<section> + <p>The development of <em>AX</em> is currently on hold to prioritise <a href="?p=luma"><em>Luma</em></a> and <a href="?p=eas"><em>eAS</em></a>.</p> +</section> |