2017-09-29 23:11:00 +02:00
|
|
|
{{> topBar}}
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
<div class="column column--5 align-content-top">
|
|
|
|
<p>Log in to an existing channel:</p>
|
|
|
|
{{>channelLoginForm}}
|
|
|
|
</div><div class="column column--5 align-content-top">
|
|
|
|
<p>Create a brand new channel:</p>
|
|
|
|
{{>channelCreationForm}}
|
2017-09-27 00:12:47 +02:00
|
|
|
</div>
|
2017-09-29 23:11:00 +02:00
|
|
|
</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-27 00:12:47 +02:00
|
|
|
<script src="/assets/js/authFunctions.js"></script>
|