summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-28 12:59:13 +0300
committerThomas Voss <mail@thomasvoss.com> 2023-08-28 12:59:13 +0300
commit406f609ee81ce0f32c1fe5536d645d4283dbcb22 (patch)
tree02b712c07c58b8c63a25291b7bef2a8c8e793ce1 /src
parent8e97cdab52b1fff57604282fd0d4b00923f43b89 (diff)
Add missing footer to page
Diffstat (limited to 'src')
-rw-r--r--src/prj/mkpass/index.html16
1 files changed, 12 insertions, 4 deletions
diff --git a/src/prj/mkpass/index.html b/src/prj/mkpass/index.html
index 546e5f1..a5fdb46 100644
--- a/src/prj/mkpass/index.html
+++ b/src/prj/mkpass/index.html
@@ -84,10 +84,18 @@
<pre>m4_fmt_code(length-flag.sh.html)</pre>
</figure>
- And that ladies and gentlemen, is the entire program. A nice minimal tool
- that does one thing and one thing only, while integrating nicely with the
- UNIX environment. This is (in my opinion), an example of well-designed
- software.
+ <p>
+ And that ladies and gentlemen, is the entire program. A nice minimal
+ tool that does one thing and one thing only, while integrating nicely
+ with the UNIX environment. This is (in my opinion), an example of
+ well-designed software.
+ </p>
</main>
+
+ <hr>
+
+ <footer>
+ m4_footer
+ </footer>
</body>
</html>