mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added adminpanel to this repo
This commit is contained in:
14
server/public/layouts/client/channel.handlebars
Executable file
14
server/public/layouts/client/channel.handlebars
Executable file
@@ -0,0 +1,14 @@
|
||||
<div id="main-container" class="channelpage noselect cursor-default">
|
||||
{{> channel/header}}
|
||||
<div id="channel-load" class="progress">
|
||||
<div class="indeterminate" id="channel-load-move"></div>
|
||||
</div>
|
||||
<main class="container center-align main">
|
||||
<div id="main-row" class="row">
|
||||
{{> channel/players}}
|
||||
{{> channel/tabs}}
|
||||
</div>
|
||||
<!--<div id="playbar">
|
||||
</div>-->
|
||||
</main>
|
||||
</div>
|
||||
Reference in New Issue
Block a user