diff options
Diffstat (limited to 'shtml')
-rw-r--r-- | shtml/cloneNotice.shtml | 3 | ||||
-rw-r--r-- | shtml/navigationBar.shtml | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/shtml/cloneNotice.shtml b/shtml/cloneNotice.shtml new file mode 100644 index 0000000..9751c63 --- /dev/null +++ b/shtml/cloneNotice.shtml @@ -0,0 +1,3 @@ +<section id="cloneNotice"> + <p>This webservice can be cloned from <a href="https://mandelbrot.dk/achernar/"><span class="code">mandelbrot.dk</span></a>.</p> +</section> diff --git a/shtml/navigationBar.shtml b/shtml/navigationBar.shtml index 902e6b1..24e5588 100644 --- a/shtml/navigationBar.shtml +++ b/shtml/navigationBar.shtml @@ -1,10 +1,15 @@ <div id="navigationBar"> <a href="/html/about.html">ABOUT</a> <div class="separator"></div> + <a href="/html/ax.html">AX</a> + <a href="/html/backspace.html">BACKSPACE</a> <a href="/html/benoit.html">BENOIT</a> <a href="/html/bowshock.html">BOWSHOCK</a> <a href="/html/bzipper.html">BZIPPER</a> + <a href="/html/deltaWorld.html">DELTA·WORLD</a> <a href="/html/eas.html">eAS</a> <a href="/html/luma.html">LUMA</a> <a href="/html/pollex.html">POLLEX</a> + <div class="separator"></div> + <a href="https://mandelbrot.dk/">SOURCE</a> </div> |