summaryrefslogtreecommitdiff
path: root/html/ax.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/ax.html')
-rw-r--r--html/ax.html21
1 files changed, 13 insertions, 8 deletions
diff --git a/html/ax.html b/html/ax.html
index 9a98eab..56a9a1a 100644
--- a/html/ax.html
+++ b/html/ax.html
@@ -3,36 +3,41 @@
<head>
<meta charset="UTF-8">
<meta name="darkreader-lock">
+ <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 id="title">AX | Achernar</title>
+ <title>AX | Achernar</title>
<link href="/css/main.css" rel="stylesheet">
<noscript>
<link href="/css/noScript.css" rel="stylesheet">
</noscript>
+
+ <script src="/js/init.js" type="text/javascript"></script>
</head>
- <body data-page="ax" data-theme="Dark" id="body">
+ <body data-page="ax">
<!--#include virtual="/include/header.shtml"-->
<div id="page">
- <p id="pageHeading">Advanced X</p>
+ <h1 id ="anchor.about">Advanced X</h1>
<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>
+ <h1 id="anchor.status">docs</h1>
- <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>
+ <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>
</section>
<!--#include virtual="/include/footer.shtml"-->
</div>
-
- <!--#include virtual="/include/initScripts.shtml"-->
</body>
+
+ <script type="text/javascript">
+ init();
+ </script>
</html>