summaryrefslogtreecommitdiff
path: root/templates/home.html
diff options
context:
space:
mode:
authorPrefetch2020-04-27 22:26:57 +0200
committerPrefetch2020-04-27 22:33:31 +0200
commite561a5832adf33297ce42144161c247b28c77679 (patch)
tree6837e10bf8f804c6c3365e5cc263fa569c7d4f28 /templates/home.html
parentc30193921ef3fa3e74d79030f50b456eb63a84f3 (diff)
Add 'uses' page
Diffstat (limited to 'templates/home.html')
-rw-r--r--templates/home.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/home.html b/templates/home.html
index 6fb143b..de715ce 100644
--- a/templates/home.html
+++ b/templates/home.html
@@ -10,7 +10,9 @@
<div class="nav">
<div class="navl"><a href="/">PREFETCH</a></div>
<div class="navr">
-<a href="/blog/">blog</a>&emsp;<a href="/code/">code</a>
+<a href="/blog/">blog</a>&emsp;
+<a href="/code/">code</a>&emsp;
+<a href="/uses/">uses</a>
</div>
</div>
<hr>