blazerapp/cms/templates/home.html.hbs
emilyliublair ed59b3f47b templates
2021-09-12 15:08:49 -04:00

17 lines
433 B
Handlebars

{{! vim: set ft=html: }}
<html>
<head>
</head>
<body>
<a href="/ui/events">Events</a>
<a href="/ui/new">New</a>
<a href="/ui/announcements">Announcements</a>
<a href="/ui/clubs">Clubs</a>
<a href="/ui/lunch_events">Lunch Events</a>
<a href="/ui/polls">Polls</a>
<a href="/ui/ssl_ops">SSL Opportunities</a>
<a href="/ui/polls">Polls</a>
</body>
</html>