sotw + todo: add navigation

This commit is contained in:
EvilMuffinHa 2021-09-12 17:31:29 -04:00
parent f20773c49a
commit c557bbda77

View File

@ -1,5 +1,7 @@
{{! vim: set ft=html: }} {{! vim: set ft=html: }}
<!-- TODO: add navigation -->
<html> <html>
<head> <head>
</head> </head>
@ -11,6 +13,6 @@
<a href="/ui/lunch_events">Lunch Events</a> <a href="/ui/lunch_events">Lunch Events</a>
<a href="/ui/polls">Polls</a> <a href="/ui/polls">Polls</a>
<a href="/ui/ssl_ops">SSL Opportunities</a> <a href="/ui/ssl_ops">SSL Opportunities</a>
<a href="/ui/polls">Polls</a> <a href="/ui/students">Students of the Week</a>
</body> </body>
</html> </html>