diff options
| author | Pitu <[email protected]> | 2017-01-20 03:40:39 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2017-01-20 03:40:39 -0300 |
| commit | 02e44ce48d291b5b171122f479033a7ec281a89b (patch) | |
| tree | 2a131c62c0a2782344b54000e2db4ad1faad8f39 | |
| parent | File delete, album delete and album rename. Sugoooi! (diff) | |
| download | host.fuwn.me-02e44ce48d291b5b171122f479033a7ec281a89b.tar.xz host.fuwn.me-02e44ce48d291b5b171122f479033a7ec281a89b.zip | |
Fixed frontpage chrome extension link
| -rw-r--r-- | pages/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/home.html b/pages/home.html index 2fa0158..43a3e2c 100644 --- a/pages/home.html +++ b/pages/home.html @@ -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/related" 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="/panel" target="_blank" class="is-danger">Dashboard</a> </h3> </div> |