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.
 
 
 
 
 

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