index.html 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta
  6. name="viewport"
  7. content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no"
  8. />
  9. <title>WQG</title>
  10. <meta name="description" content="WQG" />
  11. <meta name="keywords" content="WQG" />
  12. <link rel="stylesheet" type="text/css" href="./css/index.css" />
  13. <link rel="icon" href="./favicon.ico" />
  14. <!-- 百度统计 -->
  15. <script>
  16. var _hmt = _hmt || [];
  17. (function() {
  18. var hm = document.createElement("script");
  19. hm.src = "https://hm.baidu.com/hm.js?df916811d68cb68c48be1e2a619190a4";
  20. var s = document.getElementsByTagName("script")[0];
  21. s.parentNode.insertBefore(hm, s);
  22. })();
  23. </script>
  24. </head>
  25. <body>
  26. <div id="box">
  27. <!-- 个人资料卡片 -->
  28. <div class="meBox">
  29. <!-- 头像 -->
  30. <div class="headPhoto"></div>
  31. <!-- 介绍 -->
  32. <div class="meBox-title">
  33. <p>I'm WQG</p>
  34. <div class="fg"></div>
  35. </div>
  36. <div class="meBox-text">
  37. <p>人们总是在意得不到的</p>
  38. <p>从而忘记了已经拥有的</p>
  39. <p> </p>
  40. <p>最爱 FISH<img src="./img/fish.png" alt="冰激凌" style="width: 15px; vertical-align: middle" /></p>
  41. </div>
  42. <!-- 按钮 -->
  43. <div class="meBox-Button">
  44. <a href="https://blog.wqg.life">blog</a>
  45. </div>
  46. </div>
  47. </div>
  48. <!-- 页脚 -->
  49. <div id="footer">
  50. <p>
  51. <a href="https://foreverblog.cn/go.html" target="_blank" > <img src="https://img.foreverblog.cn/logo_en_default.png" alt="" style="width:auto;height:16px;margin-bottom: 5px;"> </a>
  52. </p>
  53. <p>
  54. <a href="https://www.travellings.cn/go.html" target="_blank" rel="noopener" title="开往-友链接力">
  55. <img src="https://www.travellings.cn/assets/logo.gif" alt="开往-友链接力" width="120">
  56. </a>
  57. </p>
  58. <p>© 2025 WQG | 皖ICP备2020019822号-6</p>
  59. <p>本网站由 <a href="https://www.upyun.com/?utm_source=lianmeng&utm_medium=referral"><img src="./img/upyun.png" alt="又拍云" style="width:15px;vertical-align: middle" /> 又拍云</a> 提供图片加速</p>
  60. </div>
  61. </body>
  62. </html>