diff options
Diffstat (limited to 'html/eas.html')
-rw-r--r-- | html/eas.html | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/html/eas.html b/html/eas.html index b0f5317..f4f8518 100644 --- a/html/eas.html +++ b/html/eas.html @@ -3,36 +3,40 @@ <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">eAS | Achernar</title> + <title>eAS | 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="eas" data-theme="Dark" id="body"> + <body data-page="eas"> <!--#include virtual="/include/header.shtml"--> <div id="page"> - <p id="pageHeading"><span class="small">the </span>Embedded Assembler</p> + <h1 id ="anchor.about">the embedded assembler</h1> <section> - <p>The <em>Embedded Assembler</em> (or simply <em>eAS</em>) is an assembler for cross-compiling to embedded Arm</p> + <p>The <em>Embedded Assembler</em> (or simply <em>eAS</em>) is an assembler for cross-compiling to Arm ISAs.</p> </section> - <section> - <p class="heading">Status</p> + <h1 id="anchor.status">docs</h1> - <p>Like <a href="/html/pollex.html"><em>Luma</em></a>, the development of <em>eAS</em> is currently on hold in favour of the <a href="/html/pollex.html"><em>Pollex</em></a> library, which will be used as a backend.</p> + <section> + <p>Like <a onclick="loadPage('luma');"><em>Luma</em></a>, the development of <em>eAS</em> is currently on hold in favour of the <a onclick="loadPage('pollex');"><em>Pollex</em></a> library, which will be used as a backend.</p> </section> - <!--#include virtual="/include/footer.shtml"--> </div> - - <!--#include virtual="/include/initScripts.shtml"--> </body> + + <script type="text/javascript"> + init(); + </script> </html> |