diff options
| author | Shumatsu <[email protected]> | 2018-04-26 08:54:07 +0200 |
|---|---|---|
| committer | Crawl <[email protected]> | 2018-04-26 08:54:07 +0200 |
| commit | 44ca2dd53d3acd7285326421ed2546637a9e7090 (patch) | |
| tree | 48061b6ae2a0017e4209095bafd0cc025afe92d7 /pages/home.html | |
| parent | added dmca.gripe (#96) (diff) | |
| download | host.fuwn.me-44ca2dd53d3acd7285326421ed2546637a9e7090.tar.xz host.fuwn.me-44ca2dd53d3acd7285326421ed2546637a9e7090.zip | |
De loli-safe (#77)
* Change all occurences of loli-safe to lolisafe
Saw that repository was renamed, links were changed, but a lot of files of lolisafe were unchanged. So I followed the links and changed what seemed safe to change. Which turned out to be all occurences.
Also, bumped the copyright.
* Change year in LICENSE
This seems to be the proper format.
* Image fix
It was out of focus.
* Relative image path
Heard on StackOverflow it can be done like this.
Diffstat (limited to 'pages/home.html')
| -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 947a4a7..a80e563 100644 --- a/pages/home.html +++ b/pages/home.html @@ -82,7 +82,7 @@ <h3 class="subtitle"><a href="/auth" id="loginLinkText"></a></h3> <h3 id="links"> - <a href="https://github.com/WeebDev/lolisafe" target="_blank" class="is-danger">View on GitHub</a><span>|</span><a id="ShareX" href="https://lolisafe.moe/sharex.txt">ShareX</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="/faq" class="is-danger">FAQ</a><span>|</span><a href="/auth" target="_blank" class="is-danger">Dashboard</a> + <a href="https://github.com/WeebDev/lolisafe" target="_blank" class="is-danger">View on GitHub</a><span>|</span><a id="ShareX" href="https://lolisafe.moe/sharex.txt">ShareX</a><span>|</span><a href="https://chrome.google.com/webstore/detail/lolisafe-uploader/enkkmplljfjppcdaancckgilmgoiofnj" target="_blank" class="is-danger">Chrome extension</a><span>|</span><a href="/faq" class="is-danger">FAQ</a><span>|</span><a href="/auth" target="_blank" class="is-danger">Dashboard</a> </h3> </div> |