1 Star 0 Fork 0

Hamud-Lang/Assets

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
404.html 2.30 KB
一键复制 编辑 原始数据 按行查看 历史
PJ568 提交于 2024-04-17 00:07 . Create 404.html
<!DOCTYPE html>
<html lang="cn" style="height: 100%;">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=width=device-width, initial-scale=1">
<meta name="description" content="404">
<meta http-equiv="refresh" content="10;url=https://hamud.pj568.sbs">
<title>PJ568 | 404</title>
<link rel="icon" type="image/svg+xml" href="https://blog.PJ568.sbs/images/PJ568.svg">
<style>
body {
background-color: black;
height: 100%;
margin: 0;
padding: 0;
}
body > * {
color: #BDBDBD;
font-family: Arial, sans-serif;
}
::selection {
background-color: #FFEEEE;
color: initial;
}
.container {
align-items: center;
display: flex;
justify-content: center;
height: calc(100% - 1rem);
margin: 0;
padding-right: 1rem;
padding-bottom: 1rem;
flex-direction: column;
}
.box {
display: flex;
flex-direction: column;
justify-content: space-between;
max-width: 20rem;
border: .1rem solid #424242;
border-radius: 1.5rem;
overflow: scroll;
width: calc(100% - 2rem);
padding-right: 1rem;
padding-bottom: 1rem;
}
.box:hover {
color: #E0E0E0;
border: .1rem solid #9E9E9E;
}
.child{
margin-left: 1rem;
margin-top: 1rem;
}
a {
text-decoration: none;
}
h1 {
font-size: 3rem;
margin: 0;
}
p {
margin: 0;
}
</style>
</head>
<body>
<a class="container" href="https://hamud.pj568.sbs">
<div class="box child">
<h1 class="child">404</h1>
<p class="child">未查询到有效信息。点击前往主页。</p>
</div>
</a>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Hamud-Lang/Assets.git
git@gitee.com:Hamud-Lang/Assets.git
Hamud-Lang
Assets
Assets
main

搜索帮助

D67c1975 1850385 1daf7b77 1850385