The crux.sexy website
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 

68 Zeilen
3.5 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. <script async defer data-website-id="a20d5a7e-0904-487a-b1a7-c864f9266b84" src="https://umami.crux.best/umami.js" data-domains="crux.sexy,www.crux.sexy"></script>
  12. </head>
  13. <body class={{"nightly preload" if nightly else "preload"}}>
  14. <div class="flex-container">
  15. <a href="https://stroll.crux.sexy/{{"nightly" if nightly else ""}}" class="game-button" id="game-button-stroll">
  16. <div class="game-title">stroll</div>
  17. <img class="game-logo" src="/images/stroll-transparent.png">
  18. </a>
  19. <div class="game-description">A macro/vore procedural game</div>
  20. <a href="https://feast.crux.sexy/{{"nightly" if nightly else ""}}" class="game-button" id="game-button-feast">
  21. <div class="game-title">feast</div>
  22. <img class="game-logo" src="/images/feast-transparent.png">
  23. </a>
  24. <div class="game-description">A vore-focused RPG</div>
  25. <a href="https://gorge.crux.sexy/{{"nightly" if nightly else ""}}" class="game-button" id="game-button-gorge">
  26. <div class="game-title">gorge</div>
  27. <img class="game-logo" src="/images/gorge-transparent.png">
  28. </a>
  29. <div class="game-description">An idle/clicker vore game</div>
  30. <a href="https://satiate.crux.sexy/{{"nightly" if nightly else ""}}" class="game-button" id="game-button-satiate">
  31. <div class="game-title">satiate</div>
  32. <img class="game-logo" src="/images/satiate-transparent.png">
  33. </a>
  34. <div class="game-description">A text adventure engine with an emphasis on sound</div>
  35. <a href="https://macrovision.crux.sexy/{{"nightly" if nightly else ""}}" class="game-button" id="game-button-macrovision">
  36. <div class="game-title">macro
  37. vision</div>
  38. <img class="game-logo" src="/images/macrovision-transparent.png">
  39. </a>
  40. <div class="game-description">A size-comparison tool for macros and micros</div>
  41. </div>
  42. <!--
  43. <a class="switcher" href="/{{"nightly" if not nightly else ""}}">
  44. <div class="switcher-text">
  45. {{"stable" if nightly else "nightly"}}
  46. <br>
  47. builds
  48. </div>
  49. </a>
  50. <a class="changelog-banner" href="/changelog">
  51. <div class="changelog-text">
  52. changelogs
  53. </div>
  54. </a>-->
  55. <a class="discord-footer" href="https://discord.gg/vqcKVV6"><img id="discord-image" src="/images/discord.svg"></a>
  56. <div id="about">
  57. <div>Everything on this site was created by chemicalcrux</div>
  58. <div>You can find me on <a href="https://www.furaffinity.net/user/chemicalcrux">Fur Affinity</a></div>
  59. <div>You can also join the Discord server for updates</div>
  60. <div class="about-button" id="about-disable" onclick="document.querySelector('body').classList.remove('about-enable')">back</div>
  61. </div>
  62. <div class="about-button" id="about-enable" onclick="document.querySelector('body').classList.add('about-enable')">about</div>
  63. </body>
  64. </html>