diff options
| author | Pitu <[email protected]> | 2017-01-17 17:24:20 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2017-01-17 17:24:20 -0300 |
| commit | e466f85a4e5fa7097b5657b2f30df55dad5d2589 (patch) | |
| tree | f405e17d86361281f3baf292d88e81f1f50cd6cb /pages | |
| parent | Removed unused columns on mobile (diff) | |
| download | host.fuwn.me-e466f85a4e5fa7097b5657b2f30df55dad5d2589.tar.xz host.fuwn.me-e466f85a4e5fa7097b5657b2f30df55dad5d2589.zip | |
Made dashboard not load up login by default
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/panel.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/pages/panel.html b/pages/panel.html index 3b82be4..a54cebb 100644 --- a/pages/panel.html +++ b/pages/panel.html @@ -26,19 +26,6 @@ <section id='dashboard' class="section"> - <!--<div id="auth" class="container"> - <div class="columns"> - <div class="column"></div> - <div class="column"> - <p class="control has-addons has-addons-centered"> - <input id='token' class="input is-danger" type="text" placeholder="Your admin token"> - <a id='tokenSubmit' class="button is-danger">Check</a> - </p> - </div> - <div class="column"></div> - </div> - </div>--> - <div id="panel" class="container"> <h1 class="title">Dashboard</h1> <h2 class="subtitle">A simple <strong>dashboard</strong>, to sort your uploaded stuff</h2> |