diff options
| author | Pitu <[email protected]> | 2017-01-30 05:13:07 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2017-01-30 05:13:07 -0300 |
| commit | 6b7fd3bcf431fd6df9059c83a34f5a15b00fd7b2 (patch) | |
| tree | ad6efa64785c0862d2c8cf8df2a980580c3a4703 /pages/home.html | |
| parent | Removed unused dependency (diff) | |
| parent | Bumped version (diff) | |
| download | host.fuwn.me-6b7fd3bcf431fd6df9059c83a34f5a15b00fd7b2.tar.xz host.fuwn.me-6b7fd3bcf431fd6df9059c83a34f5a15b00fd7b2.zip | |
Merged dev into master
Diffstat (limited to 'pages/home.html')
| -rw-r--r-- | pages/home.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/home.html b/pages/home.html index 43a3e2c..256c856 100644 --- a/pages/home.html +++ b/pages/home.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <title>loli-safe - A self hosted upload service</title> + <title>loli-safe - A small safe worth protecting.</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="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.css"> <link rel="stylesheet" type="text/css" href="/css/style.css"> @@ -27,7 +27,7 @@ <div class="column" id='uploadContainer'> <p id='tokenContainer' class="control has-addons has-addons-centered"> - <input id='token' class="input is-danger" type="text" placeholder="Your upload token"> + <input id='token' class="input is-danger" type="text" placeholder="Your token"> <a id='tokenSubmit' class="button is-danger">Check</a> </p> @@ -48,7 +48,7 @@ </div> <h3 id="links"> - <a href="https://github.com/kanadeko/loli-safe" target="_blank" class="is-danger">View on Github</a><span>|</span><a href="https://chrome.google.com/webstore/detail/loli-safe-uploader/enkkmplljfjppcdaancckgilmgoiofnj" target="_blank" class="is-danger">Chrome extension</a><span>|</span><a href="/panel" target="_blank" class="is-danger">Dashboard</a> + <a href="https://github.com/kanadeko/loli-safe" target="_blank" class="is-danger">View on Github</a><span>|</span><a href="https://chrome.google.com/webstore/detail/loli-safe-uploader/enkkmplljfjppcdaancckgilmgoiofnj" target="_blank" class="is-danger">Chrome extension</a><span>|</span><a href="/auth" target="_blank" class="is-danger">Manage your uploads</a> </h3> </div> |