blazerapp/cms/templates/login.html.hbs

11 lines
135 B
Handlebars
Raw Normal View History

2021-09-08 21:41:34 -04:00
{{! vim: set ft=html: }}
2021-08-29 14:59:11 -04:00
<html>
<head>
</head>
<body>
<a href={{oauth}}>Login</a>
</body>
</head>
</html>