index.html 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. <!DOCTYPE html>
  2. <head>
  3. <meta charset="UTF-8">
  4. <script type="text/javascript" src="../js/jquery.min.js" crossorigin="anonymous"></script>
  5. <link rel="stylesheet" href="../css/bootstrap.min.css" crossorigin="anonymous">
  6. <script type="text/javascript" src="../js/bootstrap.min.js" crossorigin="anonymous"></script>
  7. <link rel="canonical" href="https://schtonn.github.io/">
  8. <link rel="preconnect" href="https://fonts.gstatic.com">
  9. <link href="https://fonts.loli.net/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700
  10. &family=Noto+Serif+SC:wght@300;400;500;600;700&display=swap" rel="stylesheet">
  11. <link rel="stylesheet" href="../css/style.css">
  12. <!-- <link rel="stylesheet" href="/css/style.css"> -->
  13. <title>娱乐</title>
  14. <style>
  15. * {
  16. transition-duration: 300ms;
  17. }
  18. /* https://i.328888.xyz/2022/12/23/Dn9eo.jpeg */
  19. .btn {
  20. text-shadow: rgb(133, 133, 130) 1px 2px 3px;
  21. transition-duration: 100ms;
  22. transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  23. }
  24. .btn:not(.btn-sm) {
  25. margin-top: 5px;
  26. }
  27. /* .btn:hover {
  28. text-shadow: rgb(33, 33, 30, 0.8) 3px 3px 5px;
  29. transform: rotate(2deg) translate(-2px, -4px);
  30. } */
  31. #random:hover {
  32. text-shadow: -3px -3px 3px rosybrown, 3px 3px 3px royalblue, 3px -3px 5px whitesmoke, -3px 3px 5px whitesmoke, -3px -3px 5px yellow;
  33. }
  34. #paint:hover {
  35. text-shadow: -3px -3px 3px rgb(95, 192, 150), 3px 3px 3px rgb(131, 221, 226), 3px -3px 5px rgb(151, 124, 225), -3px 3px 5px whitesmoke, -3px -3px 5px yellow;
  36. }
  37. #chess:hover {
  38. text-shadow: rgb(13, 13, 10, 0.8) -1px -2px 3px, whitesmoke 1px 2px 3px, whitesmoke -1px 2px 3px;
  39. }
  40. #gravity:hover {
  41. text-shadow: seagreen -1px -2px 3px, grey 1px 2px 3px, whitesmoke -1px 2px 3px;
  42. }
  43. img {
  44. transition-duration: 300ms;
  45. border: 3px dotted grey;
  46. width: 300px;
  47. }
  48. .btn.nohover:hover {
  49. transform: none;
  50. outline: none;
  51. text-shadow: none;
  52. }
  53. body {
  54. background: url('../fun/chat/ai-game/1/duck.png'), #f88;
  55. background-blend-mode: screen
  56. }
  57. .btn {
  58. position: relative;
  59. top: 0px;
  60. transition: all 0.2s;
  61. }
  62. .btn:active {
  63. top: 5px;
  64. }
  65. </style>
  66. </head>
  67. <body itemscope itemtype="http://schema.org/WebPage">
  68. <a class="btn btn-info" href="/"><span class="glyphicon glyphicon-home" aria-hidden="true"></span>&nbsp;返回</a>
  69. <div class="page-header">
  70. <h2>> 娱乐 <small>首页放不下了,根目录也太挤了,再有千奇百怪的想法我都往这扔</small></h2>
  71. </div>
  72. <div>
  73. <a class="btn btn-warning" href="core/">Core</a>
  74. <div class="btn-group">
  75. <button type="button" class="btn btn-warning dropdown-toggle" data-toggle="dropdown">sans&nbsp;<span
  76. class="caret"></span></button>
  77. <ul class="dropdown-menu">
  78. <li><a href="sans/">sans</a></li>
  79. <li><a href="sans-cheat/"><span class="glyphicon glyphicon-wrench"
  80. aria-hidden="true"></span>&nbsp;&nbsp;sans</a></li>
  81. </ul>
  82. </div>
  83. <a class="btn btn-info" id="random" href="random/"><span class="glyphicon glyphicon-random"
  84. aria-hidden="true"></span>&nbsp;&nbsp;random</a>
  85. <a class="btn btn-success" id="paint" href="/paint/"><span class="glyphicon glyphicon-pencil"
  86. aria-hidden="true"></span>&nbsp;&nbsp;绘画板</a>
  87. <a class="btn btn-success" id="chess" href="/chess/"><span class="glyphicon glyphicon-record"
  88. aria-hidden="true"></span>&nbsp;&nbsp;五子棋</a>
  89. <a class="btn btn-info" id="gravity" href="gravity/"><span class="glyphicon glyphicon-magnet"
  90. aria-hidden="true"></span>&nbsp;&nbsp;引力</a>
  91. <a class="btn btn-warning" id="raytrack" href="raytrace/"><span class="glyphicon glyphicon-certificate"
  92. aria-hidden="true"></span>&nbsp;&nbsp;1k光追</a>
  93. <a class="btn btn-info" id="article" href="article/"><span class="glyphicon glyphicon-book"
  94. aria-hidden="true"></span>&nbsp;&nbsp;一些好玩的文章</a>
  95. <!-- <a class="btn btn-info" id="music" href="music/"><span class="glyphicon glyphicon-music"
  96. aria-hidden="true"></span>&nbsp;&nbsp;音乐创作</a> -->
  97. <a class="btn btn-info" id="test" href="test/"><span class="glyphicon glyphicon-transfer"
  98. aria-hidden="true"></span>&nbsp;&nbsp;Websocket 测试</a>
  99. <a class="btn btn-info" id="chat" href="chat/"><span class="glyphicon glyphicon-comment"
  100. aria-hidden="true"></span>&nbsp;&nbsp;ChatGPT 测试</a>
  101. <a class="btn btn-success" id="gravity" href="https://太帅了.cn" title="中国人不懂浪漫,这么好的域名让我注册了"><span
  102. class="glyphicon glyphicon-link" aria-hidden="true"></span>&nbsp;&nbsp;太帅了.cn</a>
  103. <div style="text-align:right">
  104. <span class="btn btn-xs btn-warning nohover">纯搬运</span> - <span
  105. class="btn btn-xs btn-info nohover">小工程</span> -
  106. <span class="btn btn-xs btn-success nohover">大工程</span>
  107. </div>
  108. </div>
  109. <hr>
  110. </body>
  111. </html>