blazerapp/cms/templates/home.html.hbs

17 lines
433 B
Handlebars
Raw Normal View History

2021-09-01 21:10:14 -04:00
{{! vim: set ft=html: }}
<html>
<head>
</head>
<body>
<a href="/ui/events">Events</a>
2021-09-08 21:41:34 -04:00
<a href="/ui/new">New</a>
2021-09-12 15:08:49 -04:00
<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>
2021-09-01 21:10:14 -04:00
</body>
</html>