diff options
Diffstat (limited to 'html/ax.html')
-rw-r--r-- | html/ax.html | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/html/ax.html b/html/ax.html index c1ed62a..f6a3218 100644 --- a/html/ax.html +++ b/html/ax.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta charset="UTF-8"> <meta name="darkreader-lock"> @@ -14,12 +14,8 @@ </noscript> </head> - <body data-page="ax" data-theme="dark" id="body"> - <!--#include virtual="/shtml/navigationBar.shtml"--> - - <div id="frontPage"> - <img id="glyph" src="/svg/glyph/ax.svg"> - </div> + <body data-page="ax" data-theme="Dark" id="body"> + <!--#include virtual="/include/frontPage.shtml"--> <div id="content"> <p id="contentHeading">Advanced X</p> @@ -34,9 +30,9 @@ <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/footnote.shtml"--> + <!--#include virtual="/include/footnote.shtml"--> </div> - <!--#include virtual="/shtml/initScripts.shtml"--> + <!--#include virtual="/include/initScripts.shtml"--> </body> </html> |