diff options
| author | Pitu <[email protected]> | 2017-01-17 19:35:18 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2017-01-17 19:35:18 -0300 |
| commit | 66f4961c38effa408a48d6d801787958b0a5e6fe (patch) | |
| tree | 24fcd99215bafe60af15aae1953ef87adf763bef /pages | |
| parent | Removed maxFile check on frontend (diff) | |
| download | host.fuwn.me-66f4961c38effa408a48d6d801787958b0a5e6fe.tar.xz host.fuwn.me-66f4961c38effa408a48d6d801787958b0a5e6fe.zip | |
Better link display on homepage
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/home.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/pages/home.html b/pages/home.html index aa1434b..50ad9d3 100644 --- a/pages/home.html +++ b/pages/home.html @@ -27,8 +27,6 @@ <a id='tokenSubmit' class="button is-danger">Check</a> </p> - <a id='btnGithub' class="button is-danger is-outlined" href='https://github.com/kanadeko/loli-safe' target='_blank'>View on Github</a> - </div> <div class="column is-hidden-mobile"></div> </div> @@ -41,7 +39,13 @@ <div class="columns"> <div class="column is-hidden-mobile"></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"> + <p> + <a href="https://github.com/kanadeko/loli-safe" target="_blank" class="is-danger">View on Github</a> + | + <a href="https://chrome.google.com/webstore/detail/loli-safe-uploader/enkkmplljfjppcdaancckgilmgoiofnj/related" target="_blank" class="is-danger">Chrome extension</a> + </p> + </div> <div class="column is-hidden-mobile"></div> </div> |