aboutsummaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2025-04-24 10:34:27 +0100
committerNat Lasseter <user@4574.co.uk>2025-04-24 10:34:27 +0100
commit6864eb96a94a3828d88920f2863f06e5068f9826 (patch)
treeca4fafaa08aa12d0e5a975429bdd5f1a2d603a58 /cgi
parentfbeb619a761e997ad58c726014d39096010eed91 (diff)
[eamit] Add page
Diffstat (limited to 'cgi')
-rwxr-xr-xcgi/user.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgi/user.cgi b/cgi/user.cgi
index a8cc831..e1c4d70 100755
--- a/cgi/user.cgi
+++ b/cgi/user.cgi
@@ -18,6 +18,7 @@ def toplinks
$cgi.table(id: "toplinks") {
$cgi.tr {
$cgi.td { llink("/" , "Home" ) } +
+ $cgi.td { llink("/eamit.html" , "Eamit" ) } +
$cgi.td { rlink("https://git.4574.co.uk/", "Git" ) } +
$cgi.td { llink("/stuff-i-want" , "Stuff I Want") }
}