diff options
| author | Fuwn <[email protected]> | 2023-12-19 23:46:02 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-19 23:46:02 -0800 |
| commit | 38daf56874cb9166a3ac41e00c3a8d5150288d77 (patch) | |
| tree | 9c7c7af0a4746074be0cc6f253c520b81e90683e /src/lib/Settings | |
| parent | ci(earthly): dev server with node (diff) | |
| download | due.moe-38daf56874cb9166a3ac41e00c3a8d5150288d77.tar.xz due.moe-38daf56874cb9166a3ac41e00c3a8d5150288d77.zip | |
feat(attributions): add outbound links
Diffstat (limited to 'src/lib/Settings')
| -rw-r--r-- | src/lib/Settings/Attributions.svelte | 30 |
1 files changed, 25 insertions, 5 deletions
diff --git a/src/lib/Settings/Attributions.svelte b/src/lib/Settings/Attributions.svelte index 39473167..6c715748 100644 --- a/src/lib/Settings/Attributions.svelte +++ b/src/lib/Settings/Attributions.svelte @@ -29,11 +29,31 @@ <p /> - <p> - <a href="/">due.moe</a> - does <b>not</b> host or link to any manga or anime material, and is not affiliated with any of the - above sites and services. - </p> + <ol> + <li> + <a href="/">due.moe</a> + does not host or directly link to any less-than-legal anime or manga material and/or distribution + platforms. + </li> + <li> + <a href="/">due.moe</a> + is not affiliated with any of the above or below sites and services. + </li> + <li> + <p> + At the moment, <a href="/">due.moe</a> only ever contains outbound links to the following sites + and services: + </p> + + <ul> + <li><a href="https://anilist.co/">AniList.co</a></li> + <li><a href="https://myanimelist.net/">MyAnimeList</a> (optional)</li> + <li><a href="https://animeschedule.net/">AnimeSchedule.net</a> (optional)</li> + <li><a href="https://www.livechart.me/">LiveChart.me</a> (optional)</li> + <li><a href="https://www.wikipedia.org/">Wikipedia</a> (when rate-limited)</li> + </ul> + </li> + </ol> </details> <style> |