The crux.sexy website
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 

58 wiersze
2.8 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>crux.sexy</title>
  5. <link rel="stylesheet" type="text/css" href="sexy.css">
  6. </head>
  7. <body class={{"nightly" if nightly else ""}}>
  8. <div class="title">
  9. {{"unstable builds!" if nightly else ""}}
  10. </div>
  11. <div class="flex-container">
  12. <a href="https://stroll.crux.sexy/{{"nightly" if nightly else ""}}" class="game-button" id="game-button-stroll">
  13. <div class="game-title">stroll</div>
  14. <img class="game-logo" src="/images/stroll-transparent.png">
  15. </a>
  16. <div class="game-description">A macro/vore procedural game</div>
  17. <a href="https://feast.crux.sexy/{{"nightly" if nightly else ""}}" class="game-button" id="game-button-feast">
  18. <div class="game-title">feast</div>
  19. <img class="game-logo" src="/images/feast-transparent.png">
  20. </a>
  21. <div class="game-description">A vore-focused RPG</div>
  22. <a href="https://gorge.crux.sexy/{{"nightly" if nightly else ""}}" class="game-button" id="game-button-gorge">
  23. <div class="game-title">gorge</div>
  24. <img class="game-logo" src="/images/gorge-transparent.png">
  25. </a>
  26. <div class="game-description">An idle/clicker vore game</div>
  27. <a href="https://satiate.crux.sexy/{{"nightly" if nightly else ""}}" class="game-button" id="game-button-satiate">
  28. <div class="game-title">satiate</div>
  29. <img class="game-logo" src="/images/satiate-transparent.png">
  30. </a>
  31. <div class="game-description">A text adventure engine with an emphasis on sound</div>
  32. </div>
  33. <a class="switcher" href="/{{"nightly" if not nightly else ""}}">
  34. <div class="switcher-text">
  35. {{"stable" if nightly else "nightly"}}
  36. <br>
  37. builds
  38. </div>
  39. </a>
  40. <a class="changelog-banner" href="/changelog">
  41. <div class="changelog-text">
  42. changelogs
  43. </div>
  44. </a>
  45. <a class="discord-footer" href="https://discord.gg/vqcKVV6"><img id="discord-image" src="/images/discord.svg"></a>
  46. <div id="about">
  47. <div>Everything on this site was created by chemicalcrux</div>
  48. <div>You can find me on <a href="https://www.furaffinity.net/user/chemicalcrux">Fur Affinity</a></div>
  49. <div>You can also join the Discord server linked at the top of the page for updates</div>
  50. <div class="about-button" id="about-disable" onclick="document.querySelector('body').classList.remove('about-enable')">back</div>
  51. </div>
  52. <div class="about-button" id="about-enable" onclick="document.querySelector('body').classList.add('about-enable')">about</div>
  53. </body>
  54. </html>