Skip to content

Commit

Permalink
Merge pull request #4 from whwdzg/works
Browse files Browse the repository at this point in the history
2024/5/4 Works
  • Loading branch information
whwdzg authored May 4, 2024
2 parents 1fb351e + 6b17a69 commit 1bf31d0
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 4 deletions.
153 changes: 153 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
<!DOCTYPE html>
<html lang="zh">
<head>
<link rel="manifest" href="/manifest.json">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta name="renderer" content="webkit" />
<title>滄海水魚</title>
<link rel="shortcut icon" href="favicon.ico">
<meta name="keywords" content="滄海水魚">
<meta name="description" content="滄海水魚">
<link href="css/base.css" rel="stylesheet" type="text/css">
<script src="js/jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="js/base.js" type="text/javascript"></script>
<script src="js/jquery.slides.min.js" type="text/javascript"></script>
</head>

<body>

<div class="head_box">
<div class="header">
<div class="header_logo">
<a href="index.html"><h2>滄海水魚|</h2><h4>404</h4></a>
</div>
<div class="header_nav">
<ul class="clearfix">

<li class="have_second"><a>社交媒体</a>

<ul class="nav_second">
<i></i>
<li><a href="https://whwdzg.github.io/">个人网站</a></li>
<li><a href="https://space.bilibili.com/588003657">bilibili</a></li>
<li><a href="https://music.163.com/#/user/home?id=5206682062">网易云音乐</a></li>
<li><a href="https://afdian.net/@wuhuwu_whwdzg">爱发电</a></li>
<li><a href="https://www.youtube.com/@whwdzg">Youtube</a></li>
<li><a href="https://twitter.com/whwdzg01">X(Twitter)</a></li>
</ul>




</li>
<li class="have_second">
<a>开发</a>
<ul class="nav_second">
<i></i>
<li><a href="https://github.com/whwdzg">Github</a></li>
<li><a href="https://apps.microsoft.com/search/publisher?name=%E4%B8%8D%E6%99%AE%E9%80%9A%E7%9A%84%E6%B0%B4%E9%B1%BC">Microsoft Store</a></li>
<li><a href="https://www.luogu.com.cn/user/509866">洛谷</a></li>
<li><a href="https://and-dev-team.github.io">AND Develop Team(停止开发)</a></li>
</ul>
</li>

<li><a href="https://www.microsoft.com/store/apps/9P8NTKX62NXZ">获取水鱼Blog PWA</a></li>
<li><a href="https://apps.microsoft.com/store/detail/and-develop-center/9MZN3SPB8NS5">获取AND Develop Center PWA</a></li>
</ul>
</div>
<div class="header_search">
<a href="javascript:void(0);" class="header_search_btn">
<!--<img src="img/search.png">-->
<i></i>
</a>
</div>

<div class="header_nav_small_btn">
<span class="small_btn"></span>
</div>

</div>

</div>

<div class="nav_hidden_zhanwei"></div>

<div class="search_box">
<div class="search">
<form name="searchform" class="search_form" method="post" action="[!--news.url--]e/search/index.php" target="_blank">
<input type="text" class="search_text" name="keyboard" placeholder="输入关键字点击搜索">
<input type="hidden" name="tbname" value="news">
<input type="hidden" name="show" value="title">
<input type="hidden" name="tempid" value="1">
<input type="submit" class="search_btn" value="搜索一下">
</form>
</div>
</div>



<div class="me_box clearfix">

<div class="me_box1">
<div class="me_box_title">
<h3>404 NOT FOUND</h3>
</div>
<div class="me_box_text">
<h3 class="me_box_title_title">
<p style="font-size:13px">没有对应页面哦,再试试?</p><a style="font-size:13px; color:white">
</div></h3>
<div class="me_box_text_div">
<br>
<a href="index.html">返回主页</a>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>

</div>
</div>


</div>
</div>



<div class="footer_box">
<div class="footer clearfix">
<div class="footer_img">
<ul>
<li>
<img src="img/head/shuiyu.avif">
<span>👆这是shabi👆</span>
</li>
</ul>
</div>
<div class="footer_text">
<p><i>关于本网站</i></p>
<p>本站为滄海水魚个人网站,由滄海水魚运营。</p>
<p>本站由Github Page托管</p>
<p>本站如有任何侵权行为,请联系滄海水魚</p>
<p>©2022-2024 滄海水魚 版权所有</p>
</div>
</div>

</div>

</body>

</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<li><a href="https://space.bilibili.com/588003657">bilibili</a></li>
<li><a href="https://music.163.com/#/user/home?id=5206682062">网易云音乐</a></li>
<li><a href="https://afdian.net/@wuhuwu_whwdzg">爱发电</a></li>
<li><a href="https://www.youtube.com/channel/UCtlPphwkloQooRPKOwx2cxQ">Youtube</a></li>
<li><a href="https://www.youtube.com/@whwdzg">Youtube</a></li>
<li><a href="https://twitter.com/whwdzg01">X(Twitter)</a></li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion list.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<li><a href="https://space.bilibili.com/588003657">bilibili</a></li>
<li><a href="https://music.163.com/#/user/home?id=5206682062">网易云音乐</a></li>
<li><a href="https://afdian.net/@wuhuwu_whwdzg">爱发电</a></li>
<li><a href="https://www.youtube.com/channel/UCtlPphwkloQooRPKOwx2cxQ">Youtube</a></li>
<li><a href="https://www.youtube.com/@whwdzg">Youtube</a></li>
<li><a href="https://twitter.com/whwdzg01">X(Twitter)</a></li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<li><a href="https://space.bilibili.com/588003657">bilibili</a></li>
<li><a href="https://music.163.com/#/user/home?id=5206682062">网易云音乐</a></li>
<li><a href="https://afdian.net/@wuhuwu_whwdzg">爱发电</a></li>
<li><a href="https://www.youtube.com/channel/UCtlPphwkloQooRPKOwx2cxQ">Youtube</a></li>
<li><a href="https://www.youtube.com/@whwdzg">Youtube</a></li>
<li><a href="https://twitter.com/whwdzg01">X(Twitter)</a></li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion psn-img.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<li><a href="https://space.bilibili.com/588003657">bilibili</a></li>
<li><a href="https://music.163.com/#/user/home?id=5206682062">网易云音乐</a></li>
<li><a href="https://afdian.net/@wuhuwu_whwdzg">爱发电</a></li>
<li><a href="https://www.youtube.com/channel/UCtlPphwkloQooRPKOwx2cxQ">Youtube</a></li>
<li><a href="https://www.youtube.com/@whwdzg">Youtube</a></li>
<li><a href="https://twitter.com/whwdzg01">X(Twitter)</a></li>
</ul>

Expand Down

0 comments on commit 1bf31d0

Please sign in to comment.