spee.ch/views/login.handlebars

18 lines
460 B
Handlebars
Raw Normal View History

2017-09-17 02:50:22 +02:00
<div class="wrapper">
2017-09-18 19:14:06 +02:00
{{> topBar}}
<div class="full">
2017-09-19 17:47:24 +02:00
2017-09-18 19:14:06 +02:00
<h2>Log In</h2>
<p>Log in to an existing channel:</p>
2017-09-21 01:04:58 +02:00
{{>channelLogin}}
2017-09-19 17:47:24 +02:00
<h2>Create New</h2>
<p>Create a brand new channel:</p>
2017-09-21 01:04:58 +02:00
{{>channelCreation}}
2017-09-18 19:14:06 +02:00
</div>
{{> footer}}
</div>
<script src="/assets/js/generalFunctions.js"></script>
<script src="/assets/js/validationFunctions.js"></script>
2017-09-20 23:39:20 +02:00
<script src="/assets/js/authFunctions.js"></script>