1 Star 1 Fork 0

PJ568/pj-568.gitee.io

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
403.html 2.07 KB
一键复制 编辑 原始数据 按行查看 历史
PJ568 提交于 2024-10-23 19:13 . 【优化】格式
<!DOCTYPE html>
<html lang="zh-Hans" style="height: 100%;">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=width=device-width, initial-scale=1">
<meta name="description" content="403">
<meta http-equiv="refresh" content="10;url=/">
<title>PJ568 | 403</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="/">
<div class="box child">
<h1 class="child">403</h1>
<p class="child">无法有效访问信息。点击前往主页。</p>
</div>
</a>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/PJ-568/pj-568.gitee.io.git
git@gitee.com:PJ-568/pj-568.gitee.io.git
PJ-568
pj-568.gitee.io
pj-568.gitee.io
master

搜索帮助