| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <link rel="stylesheet" type="text/css" href="./lib/main.css?v1.1.0">
- <link rel="stylesheet" type="text/css" href="./lib/project.css?v1.0.2">
- <title>项目 | 夏空拾雨小站</title>
- <meta name="description" content="wxp的网站。云销雨霁,彩彻区明。这里一直都在,从黄昏直到满夜星光。">
- </head>
- <div class="header">
- <h1 onclick="window.location.href='./index.html'" style="cursor: pointer;">夏空拾雨小站</h1>
- <a href="./project.html">项目</a>
- <a href="./blog.html">教程</a>
- <a href="./tool.html">工具</a>
- </div>
- <div class="projectA" id="bdsUi">
- <div class="headrow">
- <h1 class="title">UI for BDS</h1>
- <div class="buttons">
- <button class="buttonA" onclick="window.location.href='#'">GitHub</button>
- <button class="buttonB" onclick="window.location.href='#'">Gogs</button>
- </div>
- </div>
- <p class="description">正在编写...</p>
- </div>
- <div class="projectB" id="sS">
- <div class="headrow">
- <h1 class="title">Sharp Sword</h1>
- <div class="buttons">
- <button class="buttonA" onclick="window.location.href='#'">GitHub</button>
- <button class="buttonB" onclick="window.location.href='#'">Gogs</button>
- </div>
- </div>
- <p class="description">正在编写...</p>
- </div>
- <div class="projectA" id="pNCal">
- <div class="headrow">
- <h1 class="title">Prime Number Calculator</h1>
- <div class="buttons">
- <button class="buttonA" onclick="window.location.href='#'">GitHub</button>
- <button class="buttonB" onclick="window.location.href='#'">Gogs</button>
- </div>
- </div>
- <p class="description">正在编写...</p>
- </div>
- <div class="projectB" id="xCal">
- <div class="headrow">
- <h1 class="title">Xksyu Calculator</h1>
- <div class="buttons">
- <button class="buttonA" onclick="window.location.href='#'">GitHub</button>
- <button class="buttonB" onclick="window.location.href='#'">Gogs</button>
- </div>
- </div>
- <p class="description">正在编写...</p>
- </div>
-
- <div class="footer">
- 夏空拾雨小站 wxp © 2025
- <br>
- <a href="https://beian.miit.gov.cn/" target="_blank" rel="noreferrer noopener">蜀ICP备2025166785号-1</a>
- |
- <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=41030502001154" target="_blank" rel="noreferrer noopener">豫公网安备41030502001154号
- </a>
- </div>
- </html>
|