diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-07-30 04:15:05 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-07-30 04:15:05 +0200 |
commit | 5b4d4b3400acdace76f5970849fcb7f9cefd2c4d (patch) | |
tree | aba62cb24bee0f6e81434602571791b1945a78fb /include/nav.html |
Genesis commit
Not ready for release yet, but I need some commits for M4 to work
properly.
Diffstat (limited to 'include/nav.html')
-rw-r--r-- | include/nav.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/nav.html b/include/nav.html new file mode 100644 index 0000000..9f8f2c2 --- /dev/null +++ b/include/nav.html @@ -0,0 +1,4 @@ +<menu> + <li><a href="/">Home</a></li> + <li><a href="..">Back</a></li> +</menu> |