diff options
Diffstat (limited to 'html/ax.html')
-rw-r--r-- | html/ax.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/html/ax.html b/html/ax.html index 267e4d9..5495bc3 100644 --- a/html/ax.html +++ b/html/ax.html @@ -17,7 +17,7 @@ <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="ax"> @@ -30,10 +30,10 @@ <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> - <h1 id="anchor.status">docs</h1> + <h1 id="anchor.status">status</h1> <section> - <p>The development of <em>AX</em> is currently on hold to prioritise <a onclick="loadPage('luma');"><em>Luma</em></a> and <a onclick="loadpage('eas');"><em>eAS</em></a>.</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="/include/footer.shtml"--> @@ -41,6 +41,6 @@ </body> <script type="text/javascript"> - init(); + Ach.init(); </script> </html> |