diff options
| author | kanadeko <[email protected]> | 2017-01-15 03:15:08 -0300 |
|---|---|---|
| committer | kanadeko <[email protected]> | 2017-01-15 03:15:08 -0300 |
| commit | 0c6912d2c344253dc116d17a78ae364c53cb1eaa (patch) | |
| tree | 67abef98a870cab5707a546b87b287b6b3205c13 /pages/admin/index.html | |
| parent | Merge branch 'master' of https://github.com/WeebDev/loli-safe (diff) | |
| download | host.fuwn.me-0c6912d2c344253dc116d17a78ae364c53cb1eaa.tar.xz host.fuwn.me-0c6912d2c344253dc116d17a78ae364c53cb1eaa.zip | |
stuff
Diffstat (limited to 'pages/admin/index.html')
| -rw-r--r-- | pages/admin/index.html | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/pages/admin/index.html b/pages/admin/index.html deleted file mode 100644 index 8049be8..0000000 --- a/pages/admin/index.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <title>loli-safe - A self hosted upload service</title> - <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.3.0/css/bulma.min.css"> - <link rel="stylesheet" type="text/css" href="/css/style.css"> - <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/dropzone/4.3.0/min/dropzone.min.js"></script> - <script type="text/javascript" src="/js/upload.js"></script> - </head> - <body> - <section class="section"> - <div class="container"> - <h1 class="title">Dashboard</h1> - <h2 class="subtitle">A simple <strong>dashboard</strong>, to sort your uploaded stuff</h2> - <hr> - <div class="columns"> - <div class="column is-3"> - <aside class="menu"> - <p class="menu-label"> - General - </p> - <ul class="menu-list"> - <li><a>Frontpage</a></li> - <li><a>Uploads</a></li> - </ul> - <p class="menu-label"> - Galleries - </p> - <ul class="menu-list"> - <li><a>Manage your galleries</a></li> - <li> - <a class="is-active">Galleries</a> - <ul> - <li><a>Gallery 1</a></li> - <li><a>Gallery 2</a></li> - <li><a>Gallery 3</a></li> - </ul> - </li> - </ul> - <p class="menu-label"> - Administration - </p> - <ul class="menu-list"> - <li><a>Change your token</a></li> - <li><a>Some other fancy stuff</a></li> - </ul> - </aside> - </div> - <div class="column has-text-centered"> - <img src="/images/logo.png"> - </div> - </div> - </div> - </section> - </body> -</html>
\ No newline at end of file |