Added spec page; fixes.
h3rald h3rald@h3rald.com
Sun, 08 Dec 2024 14:32:31 +0100
4 files changed,
11 insertions(+),
3 deletions(-)
M
web/contents/changelog.html
→
web/contents/changelog.html
@@ -2,6 +2,6 @@ <article>
<h2>Changelog</h2> <blockquote> - Under construction. + <p>Under construction.</p> </blockquote> </article>
M
web/contents/learn.html
→
web/contents/learn.html
@@ -2,6 +2,6 @@ <article>
<h2>Manual</h2> <blockquote> - Under construction. + <p>Under construction.</p> </blockquote> </article>
A
web/contents/spec.html
@@ -0,0 +1,7 @@
+<article> + <h2>Specification</h2> + + <blockquote> + <p>Under construction.</p> + </blockquote> +</article>
M
web/templates/page.html
→
web/templates/page.html
@@ -26,7 +26,8 @@ <a href="/get">Get</a> |
<a href="/learn">Learn</a> | <a href="/play">Play</a> | <a href="/changelog">Changelog</a> | - <a href="/about">About</a> + <a href="/about">About</a> | + <a href="/spec">Spec</a> </nav> {{content}} <footer>