spee.ch/views/login.handlebars
2017-09-20 16:04:58 -07:00

18 lines
460 B
Handlebars

<div class="wrapper">
{{> topBar}}
<div class="full">
<h2>Log In</h2>
<p>Log in to an existing channel:</p>
{{>channelLogin}}
<h2>Create New</h2>
<p>Create a brand new channel:</p>
{{>channelCreation}}
</div>
{{> footer}}
</div>
<script src="/assets/js/generalFunctions.js"></script>
<script src="/assets/js/validationFunctions.js"></script>
<script src="/assets/js/authFunctions.js"></script>