The crux.sexy website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

60 lines
3.0 KiB

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