-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
156 lines (153 loc) · 8.77 KB
/
Copy path404.html
File metadata and controls
156 lines (153 loc) · 8.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html>
<html lang="zh-hans">
<head>
<meta charset="UTF-8">
<!-- 新 Bootstrap5 核心 CSS 文件 -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- 最新的 Bootstrap5 核心 JavaScript 文件 -->
<script src="js/bootstrap.min.js"></script>
<!-- popper.min.js 用于弹窗、提示、下拉菜单 -->
<script src="js/popper.min.js"></script>
<title>404 Not Found - 小改de个人页面</title>
<link rel="icon" href="img/favicon.png" type="image/x-icon">
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://fontsapi.zeoseven.com/79/main/result.css">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- 网站导航栏 -->
<div id="menu">
<nav class="navbar navbar-expand-sm">
<div class="container-fluid">
<a class="navbar-brand text-white" href="index.html">
<img src="img/favicon.png" width="28" height="28" class="d-inline-block align-text-top">
小改de个人页面
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#menu-body"
aria-controls="menu-body" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="menu-body">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active text-white" aria-current="page" href="index.html">🏠首页</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="index.html#skill">🚀相关爱好</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="index.html#about">🙂我是谁</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="index.html#blog">📕推荐阅读</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="index.html#program">🎨我的作品</a>
</li>
</ul>
<a href="https://www.haoyu233.com" target="_blank">
<button class="btn btn-success text-white" type="submit">📚学习笔记</button>
</a>
</div>
</div>
</nav>
</div>
<!-- 网站导航栏结束 -->
<!-- Start -->
<div class="jumbotron text-center py-2 py-md-2 mt-2" style="background-color:transparent;" id="404">
<img src="img/404.png" class="rounded-circle mx-auto d-block img-thumbnail" width="225" height="225">
<br>
<h1 class="text-white">404 Not Found</h1>
<p class="text-white">找不到相关页面或链接失效了,请检查链接是否正确,或点击相关按钮返回首页</p>
<a href="index.html">
<button type="button" class="btn btn-success">🏠返回首页</button>
</a>
<a href="https://www.haoyu233.com" target="_blank">
<button type="button" class="btn btn-primary">📚进入博客</button>
</a>
</div>
<!-- Start End -->
<br>
<!-- Footer -->
<footer class="bd-footer py-3 py-md-3 mt-3" id="footer">
<div class="container py-4 py-md-4 px-4 px-md-3" style="background-color:transparent;">
<div class="row text-white">
<div class="col-lg-3 mb-3">
<a class="d-inline-flex align-items-center mb-2 text-white text-underline-delete">
<img src="img/footer-icon.png" alt="Logo" width="30" height="30"
class="d-inline-block align-text-top">
Gaisoft Personal Page
</a>
<ul class="list-unstyled small">
<li class="mb-2">你好,我是小改,一位正在努力学习并且提升自己技能的在校学生。</li>
<li class="mb-2">本页面原先基于小改的"abaqwq"项目改进,使用GPLv3协议开源。</li>
<li class="mb-2">页面版本:v1.1.0</li>
</ul>
</div>
<div class="col-6 col-lg-2 offset-lg-1 mb-3">
<h5>相关链接</h5>
<ul class="list-unstyled">
<li class="mb-2"><a href="index.html" class="footer-links-style">个人首页</a></li>
<li class="mb-2"><a href="https://www.haoyu233.com/about.html" class="footer-links-style"
target="_blank">关于小改</a></li>
<li class="mb-2"><a href="https://www.haoyu233.com/" class="footer-links-style"
target="_blank">个人博客</a></li>
<li class="mb-2"><a href="https://www.haoyu233.com/friends.html" class="footer-links-style"
target="_blank">友情链接</a></li>
</ul>
</div>
<div class="col-6 col-lg-2 mb-3">
<h5>博客导航</h5>
<ul class="list-unstyled">
<li class="mb-2"><a href="https://www.haoyu233.com" target="_blank"
class="footer-links-style">个人博客</a></li>
<li class="mb-2"><a target="_blank" href="https://www.haoyu233.com/writing"
class="footer-links-style">所有文章</a></li>
<li class="mb-2"><a target="_blank" href="https://www.haoyu233.com/archive.html"
class="footer-links-style">归档页面</a></li>
<li class="mb-2"><a target="_blank" href="https://www.haoyu233.com/moments.html"
class="footer-links-style">片刻页面</a></li>
</ul>
</div>
<div class="col-6 col-lg-2 mb-3">
<h5>平台账号</h5>
<ul class="list-unstyled">
<li class="mb-2"><a target="_blank" href="https://v.douyin.com/ifuoKWm9/"
class="footer-links-style">小改的抖音</a></li>
<li class="mb-2"><a target="_blank" href="https://space.bilibili.com/1509075074"
class="footer-links-style">小改的b站</a></li>
<li class="mb-2"><a target="_blank" href="https://github.com/kadzh520"
class="footer-links-style">小改的GitHub</a></li>
<li class="mb-2"><a target="_blank" href="https://www.haoyu233.com/feed"
class="footer-links-style">博客RSS</a>
</li>
</ul>
</div>
<div class="col-6 col-lg-2 mb-3">
<h5>友情链接</h5>
<ul class="list-unstyled">
<li class="mb-2"><a target="_blank" href="https://www.virelyx.com"
class="footer-links-style">Virelyx</a></li>
<li class="mb-2"><a target="_blank" href="https://makotowu.cnstlapy.cn"
class="footer-links-style">makotowu运维笔记</a></li>
<li class="mb-2"><a target="_blank" href="https://blog.chenyuxia.com/"
class="footer-links-style">老陈爱刷机de博客</a>
</li>
<li class="mb-2"><a target="_blank" href="https://github.com/kadzh520/Gaisoft-Personal-Page"
class="footer-links-style">本页面项目仓库</a></li>
</ul>
</div>
</div>
<div class="text-white text-center" style="background-color:transparent;">
<p>©Copyright 2020-2025 <a href="https://pages.haoyu233.com" class="footer-text-style"
target="_blank">kadzh520</a> All Rights Reserved.<br><a
href="https://icp.gov.moe/?keyword=20254514" target="_blank"
class="footer-text-style">萌ICP备20254514号</a> | 本站由<img src="img/hydun.png"
width="60">提供内容分发网络加速与防护服务</p>
</div>
</div>
</footer>
<!-- Footer End -->
</body>
</html>