diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | 650eed24abda6e749ee2acab1fe0b7da1bf08d79 (patch) | |
tree | 8f799b91afa367a4c4a6638e3246c105d892ad2c | |
parent | reword (diff) | |
download | w-650eed24abda6e749ee2acab1fe0b7da1bf08d79.tar w-650eed24abda6e749ee2acab1fe0b7da1bf08d79.tar.gz w-650eed24abda6e749ee2acab1fe0b7da1bf08d79.tar.bz2 w-650eed24abda6e749ee2acab1fe0b7da1bf08d79.tar.xz w-650eed24abda6e749ee2acab1fe0b7da1bf08d79.zip |
nav
-rw-r--r-- | w/m.htm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/w/m.htm b/w/m.htm index 6cbfe58..e3571ff 100644 --- a/w/m.htm +++ b/w/m.htm @@ -16,6 +16,20 @@ </div><div id="b"> +<h2>NAV</h2> +<ul class="tree"> +<li><a href="..">/</a> - home</li> +<li>/<a href="../e">e</a> - error</li> +<li>/<a href="../gh">gh</a> - GitHub</li> +<li>/gh/<a href="../gh/w">w</a> - website GitHub</li> +<li>/gh/<a href="../gh/wf">wf</a> - WinForms GitHub</li> +<li>/i - images</li> +<li>/<a href="../p">p</a> - projects</li> +<li>/s - CSS styles</li> +<li>/<a href="../w">w</a> - website</li> +<li>/<a href="../wf">wf</a> - WinForms</li> +</ul> + <h2>WHY</h2> <p>This site started as something interesting for me to work on during my break after the fall semester of 2024 ended. |