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 | |
| 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')
| -rw-r--r-- | pages/error/404.html | 2 | ||||
| -rw-r--r-- | pages/error/500.html | 2 | ||||
| -rw-r--r-- | pages/faq.html | 2 | ||||
| -rw-r--r-- | pages/home.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/pages/error/404.html b/pages/error/404.html index ebd49b1..ad55dac 100644 --- a/pages/error/404.html +++ b/pages/error/404.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <title>loli-safe</title> + <title>lolisafe</title> <link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'> diff --git a/pages/error/500.html b/pages/error/500.html index b3a1282..b9cacb8 100644 --- a/pages/error/500.html +++ b/pages/error/500.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <title>loli-safe</title> + <title>lolisafe</title> <link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'> diff --git a/pages/faq.html b/pages/faq.html index 033c573..115419d 100644 --- a/pages/faq.html +++ b/pages/faq.html @@ -64,7 +64,7 @@ <h2 class='subtitle'>What are albums?</h2> <article class="message"> <div class="message-body"> - Albums are a simple way of sorting uploads together. Right now you can create albums through the dashboard and use them only with <a target="_blank" href="https://chrome.google.com/webstore/detail/loli-safe-uploader/enkkmplljfjppcdaancckgilmgoiofnj">our chrome extension</a> which will enable you to <strong>right click -> send to lolisafe</strong> or to a desired album if you have any. + Albums are a simple way of sorting uploads together. Right now you can create albums through the dashboard and use them only with <a target="_blank" href="https://chrome.google.com/webstore/detail/lolisafe-uploader/enkkmplljfjppcdaancckgilmgoiofnj">our chrome extension</a> which will enable you to <strong>right click -> send to lolisafe</strong> or to a desired album if you have any. </div> </article> 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> |