The crux.sexy website
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 

66 lines
3.3 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. <a href="https://macrovision.crux.sexy/{{"nightly" if nightly else ""}}" class="game-button" id="game-button-macrovision">
  35. <div class="game-title">macro
  36. vision</div>
  37. <img class="game-logo" src="/images/macrovision-transparent.png">
  38. </a>
  39. <div class="game-description">A size-comparison tool for macros and micros</div>
  40. </div>
  41. <a class="switcher" href="/{{"nightly" if not nightly else ""}}">
  42. <div class="switcher-text">
  43. {{"stable" if nightly else "nightly"}}
  44. <br>
  45. builds
  46. </div>
  47. </a>
  48. <a class="changelog-banner" href="/changelog">
  49. <div class="changelog-text">
  50. changelogs
  51. </div>
  52. </a>
  53. <a class="discord-footer" href="https://discord.gg/vqcKVV6"><img id="discord-image" src="/images/discord.svg"></a>
  54. <div id="about">
  55. <div>Everything on this site was created by chemicalcrux</div>
  56. <div>You can find me on <a href="https://www.furaffinity.net/user/chemicalcrux">Fur Affinity</a></div>
  57. <div>You can also join the Discord server for updates</div>
  58. <div class="about-button" id="about-disable" onclick="document.querySelector('body').classList.remove('about-enable')">back</div>
  59. </div>
  60. <div class="about-button" id="about-enable" onclick="document.querySelector('body').classList.add('about-enable')">about</div>
  61. </body>
  62. </html>