The crux.sexy website
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

47 行
1.7 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>
  8. <div class="title">
  9. fen's games
  10. </div>
  11. <div class="flex-container">
  12. <a href="https://stroll.crux.sexy" class="game-button">
  13. <div class="game-title">stroll</div>
  14. <img class="game-logo" src="/images/stroll-logo.png">
  15. </a>
  16. <div class="game-description">A macro/vore procedural game</div>
  17. <a href="https://feast.crux.sexy" class="game-button">
  18. <div class="game-title">feast</div>
  19. <img class="game-logo" src="/images/feast-logo.png">
  20. </a>
  21. <div class="game-description">A vore-focused RPG</div>
  22. <a href="https://gorge.crux.sexy" class="game-button">
  23. <div class="game-title">gorge</div>
  24. <img class="game-logo" src="/images/gorge-logo.png">
  25. </a>
  26. <div class="game-description">An idle/clicker vore game</div>
  27. <a href="https://satiate.crux.sexy" class="game-button">
  28. <div class="game-title">satiate</div>
  29. <img class="game-logo" src="/images/satiate-logo.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">
  34. <div class="switcher-text">
  35. nightly
  36. <br>
  37. builds
  38. </div>
  39. </a>
  40. <a class="discord" href="https://discord.gg/vqcKVV6">
  41. <div class="discord-text">
  42. Discord
  43. </div>
  44. </a>
  45. </body>
  46. </html>