forked from Ianzb/Ianzb.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
72 lines (67 loc) · 2.78 KB
/
404.html
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
<html>
<head>
<title>404</title>
<meta charset="utf-8">
<link href="img/logo1.png" rel="icon">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<script src="js/bootstrap.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<nav class="shadow p-1 navbar navbar-expand-sm sticky-top zb-top">
<img src="img/title.png" class="d-inline-block align-text-top" style="margin: 5px;" height="30">
<a class="navbar-brand">个人网站</a>
<ul class="navbar-nav me-auto mb-2 mb-lg-0" style="background-color: rgba(255, 255, 255, 0);">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html">主页</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
计算机
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="https://ianzb.github.io/program/">zb小程序</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="phone.html">手机</a></li>
<li><a class="dropdown-item" href="computer.html">电脑</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
游戏
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="game.html">Minecraft</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="https://ianzb.github.io/zbcraft/">zbCraft</a></li>
<li><a class="dropdown-item" href="https://ianzb.github.io/cm/">CM官网</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="tool.html">工具</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="about.html">关于</a>
</li>
</ul>
</nav>
<div class="zb" style="font-size: 250;">
404
<h1>页面不存在</h1>
</div>
<ul class="nav nav-pills nav-justified zb-top">
<li class="nav-item">
<a class="nav-link disabled">
<font color="black">© 2021-2023 Ianzb. MIT License.</font>
</a>
</li>
</ul>
</body>
</html>