diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 43 |
1 files changed, 41 insertions, 2 deletions
@@ -1,3 +1,28 @@ +<!-- + ~ MIT License + ~ + ~ Copyright (c) 2022- Minteck + ~ + ~ Permission is hereby granted, free of charge, to any person obtaining a copy + ~ of this software and associated documentation files (the "Software"), to deal + ~ in the Software without restriction, including without limitation the rights + ~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + ~ copies of the Software, and to permit persons to whom the Software is + ~ furnished to do so, subject to the following conditions: + ~ + ~ The above copyright notice and this permission notice shall be included in all + ~ copies or substantial portions of the Software. + ~ + ~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + ~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + ~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + ~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + ~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + ~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + ~ SOFTWARE. + ~ + --> + <!DOCTYPE html> <html lang="en"> <head> @@ -29,7 +54,7 @@ <div id="links-me" class="b container links-box"> <a href="/hate" class="link-el"> - What to do if you don't like bronies/furries? + What to do if you don't like bronies? </a> <a href="/how" class="link-el"> How did I get introduced to the MLP fandom? @@ -43,6 +68,15 @@ </div> <div id="links-externals" class="b container links-box"> + <a href="https://reddit.com/r/mylittlepony" target="_blank" class="link-el"> + <b>r/mylittlepony</b> · The pony subreddit + </a> + <a href="https://www.canterlotcomics.com/" target="_blank" class="link-el"> + <b>Canterlot Comics</b> · Fanmade pony comics + </a> + <a href="https://www.derpibooru.org/" target="_blank" class="link-el"> + <b>Derpibooru</b> · Pony media and art center + </a> <a href="https://panzi.github.io/Browser-Ponies/" target="_blank" class="link-el"> <b>Browser Ponies</b> · To show pixel art ponies on any website </a> @@ -56,7 +90,10 @@ <b>Pony Preservation Project</b> · Preserving the FiM vibe to eliminate newer generations </a> <a href="https://gitlab.com/Milkdrop/mlp-voice-generator" target="_blank" class="link-el"> - <b>MLP Voice Generator</b> · To sound like your favorite pony + <b>MLP Voice Generator</b> · To sound like your favorite pony (runs locally) + </a> + <a href="https://https://finalfinaltest.15.ai/" target="_blank" class="link-el"> + <b>15.ai</b> · To sound like your favorite pony (works online) </a> </div> @@ -69,6 +106,8 @@ My Little Pony: Friendship is Magic is © Hasbro, all Creations © to their respective artists<br> This website is © Minteck · <a href="https://gitlab.minteck.org/minteck/pony" target="_blank" class="link">Source Code</a> </p> + + <br> </div> </body> |