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>
|
2017-09-20 03:50:25 +02:00
|
|
|
<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>
|
2017-09-20 03:50:25 +02:00
|
|
|
<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>
|
2017-09-20 03:50:25 +02:00
|
|
|
|
|
|
|
<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>
|