diff options
| author | pitu <[email protected]> | 2017-01-17 00:37:54 -0300 |
|---|---|---|
| committer | pitu <[email protected]> | 2017-01-17 00:37:54 -0300 |
| commit | bdfd512c10986a9b4f137e668be6bd80dbd8f617 (patch) | |
| tree | f64f3cbcd5888916f8a388f62873732687db934d /pages | |
| parent | Login screen on dashboard (diff) | |
| download | host.fuwn.me-bdfd512c10986a9b4f137e668be6bd80dbd8f617.tar.xz host.fuwn.me-bdfd512c10986a9b4f137e668be6bd80dbd8f617.zip | |
token handling and verification
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/home.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/pages/home.html b/pages/home.html index b4aa56d..9aba94b 100644 --- a/pages/home.html +++ b/pages/home.html @@ -9,7 +9,7 @@ </head> <body> - <section class="hero is-fullheight has-text-centered"> + <section class="hero is-fullheight has-text-centered" id="home"> <div class="hero-body"> <div class="container"> <p id="b"> @@ -39,6 +39,14 @@ <div class="column"></div> </div> + <div class="columns"> + <div class="column"></div> + <div class="column"><a href="https://chrome.google.com/webstore/detail/loli-safe-uploader/enkkmplljfjppcdaancckgilmgoiofnj/related" target="_blank" class="is-danger">Uploader Chrome extension</a></div> + <div class="column"></div> + </div> + + + <div id="uploads"> <div id="template" class="columns"> <div class="column"> |