summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/achernar.html (renamed from html/about.html)54
-rw-r--r--html/agbsum.html15
-rw-r--r--html/ax.html21
-rw-r--r--html/backspace.html17
-rw-r--r--html/benoit.html35
-rw-r--r--html/bowshock.html17
-rw-r--r--html/bzipper.html23
-rw-r--r--html/deltaWorld.html17
-rw-r--r--html/eas.html24
-rw-r--r--html/luma.html25
-rw-r--r--html/pollex.html23
-rw-r--r--html/u8c.html15
12 files changed, 188 insertions, 98 deletions
diff --git a/html/about.html b/html/achernar.html
index c6d76a9..5ed376b 100644
--- a/html/about.html
+++ b/html/achernar.html
@@ -3,22 +3,25 @@
<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">About | Achernar</title>
+ <title>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="about" data-theme="Dark" id="body">
+ <body data-page="achernar">
<!--#include virtual="/include/header.shtml"-->
<div id="page">
- <p id="pageHeading">About</p>
+ <h1 id="anchor.about">the future is now</h1>
<section>
<p><em>Achernar</em> is a small, indie development studio based in the Capital Region of Denmark. &#127465;&#127472;</p>
@@ -26,29 +29,52 @@
<p>We develop open-source software, including video games and more productive software. We work with embedded systems as well as hosted ones.</p>
</section>
- <section>
- <p class="heading">Vision</p>
+ <h1 id="anchor.vision">vision</h1>
+ <section>
<p>The goal of <em>Achernar</em> is to promote modern and robustly written open-source projects and alike.</p>
<br>
<p>In other words, our vision is to develop a human and clean industry and community for technology.</p>
+ <br>
+ <p>Currently, our roadmap is as follows:</p>
+ <br>
+ <ul>
+ <li>
+ <p>Complete the webservice before <em>autumn, 2024</em></p>
+ </li>
+ <li>
+ <p>Release our first game by <em>2024</em></p>
+ </li>
+ <li>
+ <p>Release early-access for Bowshock on Steam by <em>2025</em></p>
+ </li>
+ <li>
+ <p>Restructure to a normal sole proprietorship</p>
+ </li>
+ </ul>
</section>
+ <h1 id="anchor.team">team</h1>
+
<section>
- <p class="heading">Inception</p>
+ <p>As <em>Achernar</em> is currently registered as a <em>PMV</em> (lesser sole proprietorship), <em>Gabriel Bjørnager Jensen</em> is currently our only member.</p>
+ </section>
+ <h1 id="anchor.inception">inception</h1>
+
+ <section>
<p><em>Achernar</em> was founded in the summer of 2024 by I, <em>Gabriel Bjørnager Jensen</em>.</p>
<br>
- <p>Our domain &ndash; <span class="code">achernar.dk</span> &ndash; was already registered in the winter of 2021, at that time being used for hosting on-line source code repositories. This was, however, quickly outsourced to <span class="code"><a href="https://mandelbrot.dk">mandelbrot.dk</a></span> after I had managed to secure that domain.</p>
+ <p>Our domain &ndash; <code>achernar.dk</code> &ndash; was already registered in the winter of 2021, at that time being used for hosting on-line source code repositories. This was, however, quickly outsourced to <code><a href="https://mandelbrot.dk">mandelbrot.dk</a></code> after I had managed to secure that domain.</p>
<br>
- <p><span class="code">achernar.dk</span> was then, in the mean time, used for hosting a few look-up references. This mostly served as my own notes for school &ndash; mainly mathematics, physics, and chemistry &ndash; but quickly grew unorganised and umaintained, although I did have plans to expand the lexicon.</p>
+ <p><code>achernar.dk</code> was then, in the mean time, used for hosting a few look-up references. This mostly served as my own notes for school &ndash; mainly mathematics, physics, and chemistry &ndash; but quickly grew unorganised and umaintained, although I did have plans to expand the lexicon.</p>
<br>
- <p>The idea of a company had started in the spring of 2020. At that time it would've been named after the binary system <em>Sheliak</em> (Bayer: <span class="code">&beta; Lyr&#230;</span>). But it was this idea that evolved into <em>Achernar</em>.</p>
+ <p>The idea of a company had started in the spring of 2020. At that time it would've been named after the binary system <em>Sheliak</em> (Bayer: <code>&beta; Lyr&#230;</code>). But it was this idea that evolved into <em>Achernar</em>.</p>
</section>
- <section>
- <p class="heading">Credits</p>
+ <h1 id="anchor.credits">credits</h1>
+ <section class="fullWidth">
<p>Thanks to the following projects which make our webservice possible:</p>
<br>
<ul>
@@ -92,7 +118,9 @@
<!--#include virtual="/include/footer.shtml"-->
</div>
-
- <!--#include virtual="/include/initScripts.shtml"-->
</body>
+
+ <script type="text/javascript">
+ init();
+ </script>
</html>
diff --git a/html/agbsum.html b/html/agbsum.html
index ee9830f..f9503a3 100644
--- a/html/agbsum.html
+++ b/html/agbsum.html
@@ -3,22 +3,25 @@
<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">agbsum | Achernar</title>
+ <title>agbsum | 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="agbsum" data-theme="Dark" id="body">
+ <body data-page="agbsum">
<!--#include virtual="/include/header.shtml"-->
<div id="page">
- <p id="pageHeading">agbsum</p>
+ <h1 id="anchor.about">agbsum</h1>
<section>
<p><em>agbsum</em> is a utility for patching AGB images.</p>
@@ -26,7 +29,9 @@
<!--#include virtual="/include/footer.shtml"-->
</div>
-
- <!--#include virtual="/include/initScripts.shtml"-->
</body>
+
+ <script type="text/javascript">
+ init();
+ </script>
</html>
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>
diff --git a/html/backspace.html b/html/backspace.html
index de8e07a..5d777cc 100644
--- a/html/backspace.html
+++ b/html/backspace.html
@@ -3,26 +3,33 @@
<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">Backspace | Achernar</title>
+ <title>Backspace | 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="backspace" data-theme="Dark" id="body">
+ <body data-page="backspace">
<!--#include virtual="/include/header.shtml"-->
<div id="page">
- <p id="pageHeading">Comming Soon</p>
+ <section class="fullWidth">
+ <p class="note">coming soon</p>
+ </section>
<!--#include virtual="/include/footer.shtml"-->
</div>
-
- <!--#include virtual="/include/initScripts.shtml"-->
</body>
+
+ <script type="text/javascript">
+ init();
+ </script>
</html>
diff --git a/html/benoit.html b/html/benoit.html
index 0e90e9d..e3a611d 100644
--- a/html/benoit.html
+++ b/html/benoit.html
@@ -3,56 +3,61 @@
<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">Benoit | Achernar</title>
+ <title>Benoit | 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="benoit" data-theme="Dark" id="body">
+ <body data-page="benoit">
<!--#include virtual="/include/header.shtml"-->
<div id="page">
- <p id="pageHeading">Benoit</p>
+ <h1 id="anchor.about">benoit</h1>
<section>
<p><em>Benoit</em> is a Rust-written programme for visualising complex functions, e.g. <em>the Mandelbrot Set</em> and similar fractals.</p>
<br>
<x-image data-file="benoit_screenshot0"></x-image>
<br>
- <p>The project consists of the core <a href="https://crates.io/crates/benoit/"><span class="code">benoit</span></a> crate, from which the frontends <span class="code">benoit-cli</span> and (in the future) <span class="code">benoit-gui</span> derive.</p>
+ <p>The project consists of the core <a href="https://crates.io/crates/benoit/"><code>benoit</code></a> crate, from which the frontends <code>benoit-cli</code> and (in the future) <code>benoit-gui</code> derive.</p>
</section>
- <section>
- <p class="heading">benoit-cli</p>
+ <h1 id="anchor.benoitCli">benoit-cli</h1>
- <p>The <span class="code">benoit-cli</span> executable can render and animate using <a href="https://en.wikipedia.org/wiki/TOML/">TOML</a> files right from the commandline.</p>
+ <section>
+ <p>The <code>benoit-cli</code> executable can render and animate using <a href="https://en.wikipedia.org/wiki/TOML/">TOML</a> files right from the commandline.</p>
<br>
<x-image data-file="benoit_screenshot1"></x-image>
</section>
- <section>
- <p class="heading">benoit-gui</p>
+ <h1 id="anchor.benoitGui">benoit-gui</h1>
- <p>The <span class="code">benoit-gui</span> executable, on the other hand, allows viewing fractals in realtime. Do note, however, that this frontend is currently unimplemented.</p>
+ <section>
+ <p>The <code>benoit-gui</code> executable, on the other hand, allows viewing fractals in realtime. Do note, however, that this frontend is currently unimplemented.</p>
<br>
<x-image data-file="benoit_screenshot2"></x-image>
</section>
- <section>
- <p class="heading">Docs</p>
+ <h1 id="anchor.docs">docs</h1>
- <p>Documentation for the main library can be found on <a href="https://docs.rs/benoit/latest/benoit/"><span class="code">docs.rs</span></a>.</p>
+ <section>
+ <p>Documentation for the main library can be found on <a href="https://docs.rs/benoit/latest/benoit/"><code>docs.rs</code></a>.</p>
</section>
<!--#include virtual="/include/footer.shtml"-->
</div>
-
- <!--#include virtual="/include/initScripts.shtml"-->
</body>
+
+ <script type="text/javascript">
+ init();
+ </script>
</html>
diff --git a/html/bowshock.html b/html/bowshock.html
index d733129..4b71e5d 100644
--- a/html/bowshock.html
+++ b/html/bowshock.html
@@ -3,26 +3,33 @@
<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">Bowshock | Achernar</title>
+ <title>Bowshock | 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="bowshock" data-theme="Dark" id="body">
+ <body data-page="bowshock">
<!--#include virtual="/include/header.shtml"-->
<div id="page">
- <p id="pageHeading">Coming Soon</p>
+ <section class="fullWidth">
+ <p class="note">coming soon</p>
+ </section>
<!--#include virtual="/include/footer.shtml"-->
</div>
-
- <!--#include virtual="/include/initScripts.shtml"-->
</body>
+
+ <script type="text/javascript">
+ init();
+ </script>
</html>
diff --git a/html/bzipper.html b/html/bzipper.html
index 1ff4daf..f67b6ef 100644
--- a/html/bzipper.html
+++ b/html/bzipper.html
@@ -3,38 +3,43 @@
<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">bzipper | Achernar</title>
+ <title>bzipper | 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="bzipper" data-theme="Dark" id="body">
+ <body data-page="bzipper">
<!--#include virtual="/include/header.shtml"-->
<div id="page">
- <p id="pageHeading">bzipper</p>
+ <h1 id ="anchor.about">bzipper</h1>
<section>
<p><em>bzipper</em> is a Rust crate for serialisation and deserialisation of binary streams.</p>
<br>
- <p>See more at <span class="code"><a href="https://crates.io/crates/bzipper/">crates.io</a></span>.</p>
+ <p>See more at <code><a href="https://crates.io/crates/bzipper/">crates.io</a></code>.</p>
</section>
- <section>
- <p class="heading">Docs</p>
+ <h1 id="anchor.docs">docs</h1>
- <p>See <a href="https://docs.rs/pollex/latest/pollex/"><span class="code">docs.rs</span></a> for documentation.</p>
+ <section>
+ <p>See <a href="https://docs.rs/pollex/latest/pollex/"><code>docs.rs</code></a> for documentation.</p>
</section>
<!--#include virtual="/include/footer.shtml"-->
</div>
-
- <!--#include virtual="/include/initScripts.shtml"-->
</body>
+
+ <script type="text/javascript">
+ init();
+ </script>
</html>
diff --git a/html/deltaWorld.html b/html/deltaWorld.html
index 26ba50f..d63597b 100644
--- a/html/deltaWorld.html
+++ b/html/deltaWorld.html
@@ -3,26 +3,33 @@
<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">Delta World | Achernar</title>
+ <title>Delta World | 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="deltaWorld" data-theme="Dark" id="body">
+ <body data-page="deltaWorld">
<!--#include virtual="/include/header.shtml"-->
<div id="page">
- <p id="pageHeading">Comming Soon</p>
+ <section class="fullWidth">
+ <p class="note">coming soon</p>
+ </section>
<!--#include virtual="/include/footer.shtml"-->
</div>
-
- <!--#include virtual="/include/initScripts.shtml"-->
</body>
+
+ <script type="text/javascript">
+ init();
+ </script>
</html>
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>
diff --git a/html/luma.html b/html/luma.html
index 2de6643..7eaef12 100644
--- a/html/luma.html
+++ b/html/luma.html
@@ -3,36 +3,43 @@
<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">Luma | Achernar</title>
+ <title>Luma | 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="luma" data-theme="Dark" id="body">
+ <body data-page="luma">
<!--#include virtual="/include/header.shtml"-->
<div id="page">
- <p id="pageHeading">Luma</p>
+ <h1 id ="anchor.about">kuma</h1>
<section>
- <p><em>Luma</em> is an emulator for the <em>AGB</em> line of game consoles by Nintendo Co.</p>
+ <p><em>bzipper</em> is a Rust crate for serialisation and deserialisation of binary streams.</p>
+ <br>
+ <p>See more at <code><a href="https://crates.io/crates/bzipper/">crates.io</a></code>.</p>
</section>
- <section>
- <p class="heading">Status</p>
+ <h1 id="anchor.docs">docs</h1>
- <p>The development of <em>Luma</em> is currently on hold in favour of <a href="/html/pollex.html"><em>Pollex</em></a>, which is to be used as a backend.</p>
+ <section>
+ <p>See <a href="https://docs.rs/pollex/latest/pollex/"><code>docs.rs</code></a> for documentation.</p>
</section>
<!--#include virtual="/include/footer.shtml"-->
</div>
-
- <!--#include virtual="/include/initScripts.shtml"-->
</body>
+
+ <script type="text/javascript">
+ init();
+ </script>
</html>
diff --git a/html/pollex.html b/html/pollex.html
index e8730f6..5e6b15b 100644
--- a/html/pollex.html
+++ b/html/pollex.html
@@ -3,38 +3,43 @@
<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">Pollex | Achernar</title>
+ <title>Pollex | 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="pollex" data-theme="Dark" id="body">
+ <body data-page="pollex">
<!--#include virtual="/include/header.shtml"-->
<div id="page">
- <p id="pageHeading">Pollex</p>
+ <h1 id ="anchor.about">pollex</h1>
<section>
<p><em>Pollex</em> is a Rust library for manipulating Arm ISA instructions.</p>
<br>
- <p>See more at <span class="code"><a href="https://crates.io/crates/pollex/">crates.io</a></span>.</p>
+ <p>See more at <code><a href="https://crates.io/crates/pollex/">crates.io</a></code>.</p>
</section>
- <section>
- <p class="heading">Docs</p>
+ <h1 id="anchor.docs">docs</h1>
- <p>As per usual, documentation for <em>Pollex</em> can be found on <a href="https://docs.rs/pollex/latest/pollex/"><span class="code">docs.rs</span></a>.</p>
+ <section>
+ <p>As per usual, documentation for <em>Pollex</em> can be found on <a href="https://docs.rs/pollex/latest/pollex/"><code>docs.rs</code></a>.</p>
</section>
<!--#include virtual="/include/footer.shtml"-->
</div>
-
- <!--#include virtual="/include/initScripts.shtml"-->
</body>
+
+ <script type="text/javascript">
+ init();
+ </script>
</html>
diff --git a/html/u8c.html b/html/u8c.html
index c703781..4d08a44 100644
--- a/html/u8c.html
+++ b/html/u8c.html
@@ -3,22 +3,25 @@
<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">u8c | Achernar</title>
+ <title>u8c | 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="u8c" data-theme="Dark" id="body">
+ <body data-page="u8c">
<!--#include virtual="/include/header.shtml"-->
<div id="page">
- <p id="pageHeading">u8c</p>
+ <h1 id ="anchor.about">u8c</h1>
<section>
<p><em>u8c</em> is a library for handling Unicode sequences in C.</p>
@@ -26,7 +29,9 @@
<!--#include virtual="/include/footer.shtml"-->
</div>
-
- <!--#include virtual="/include/initScripts.shtml"-->
</body>
+
+ <script type="text/javascript">
+ init();
+ </script>
</html>