blog.html 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <link rel="stylesheet" type="text/css" href="./lib/main.css?v1.1.0">
  6. <link rel="stylesheet" type="text/css" href="./lib/blog.css?v1.0.0">
  7. <title>教程 | 夏空拾雨小站</title>
  8. <meta name="description" content="wxp的网站。云销雨霁,彩彻区明。这里一直都在,从黄昏直到满夜星光。">
  9. <!-- Google tag (gtag.js) -->
  10. <script async src="https://www.googletagmanager.com/gtag/js?id=G-Z80GL04TQC"></script>
  11. <script>
  12. window.dataLayer = window.dataLayer || [];
  13. function gtag(){dataLayer.push(arguments);}
  14. gtag('js', new Date());
  15. gtag('config', 'G-Z80GL04TQC');
  16. </script>
  17. </head>
  18. <div class="header">
  19. <h1 onclick="window.location.href='./index.html'" style="cursor: pointer;">夏空拾雨小站</h1>
  20. <a href="./project.html">项目</a>
  21. <a href="./blog.html">教程</a>
  22. <a href="./tool.html">工具</a>
  23. </div>
  24. <div class="search">
  25. <div class="search-group">
  26. <input type="text" class="search-box" placeholder="说不定真能搜到...">
  27. <button class="search-button">
  28. <img src="./lib/img/search.png">
  29. </button>
  30. </div>
  31. </div>
  32. <div class="blog-list">
  33. <h1 class="list-head" style="color: #f7c500;">计算机基础</h1>
  34. <div class="list-text">
  35. <a href="./blog/25111001.html">硬盘清理与分区</a>
  36. </div>
  37. <hr>
  38. <h1 class="list-head" style="color: #3a3dff;">编程知识</h1>
  39. <div class="list-text">
  40. <a href="./blog/25111002.html">C语言指针简介</a>
  41. <a href="./blog/25111003.html">C语言字符串简介</a>
  42. </div>
  43. <hr>
  44. <h1 class="list-head" style="color: #de2929;">Minecraft</h1>
  45. <div class="list-text">
  46. <a href="./blog/25111004.html">基岩版账号注册教程</a>
  47. </div>
  48. <hr>
  49. <h1 class="list-head" style="color: #35d420;">其他内容</h1>
  50. <div class="list-text">
  51. <a href="./blog/25111005.html">圣猢氏颂</a>
  52. </div>
  53. </div>
  54. <div class="footer">
  55. 夏空拾雨小站 wxp &copy; 2025
  56. <br>
  57. <a href="https://beian.miit.gov.cn/" target="_blank" rel="noreferrer noopener">蜀ICP备2025166785号-1</a>
  58. |
  59. <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=41030502001154" target="_blank" rel="noreferrer noopener">豫公网安备41030502001154号
  60. </a>
  61. </div>
  62. </html>