1 Star 0 Fork 0

维多利亚少年/rng

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
404.html 556 Bytes
一键复制 编辑 原始数据 按行查看 历史
victorian_youth 提交于 2019-12-27 14:07 . hello
---
title: Page Not Found
---
<!DOCTYPE html>
<html lang="en">
<head>
{%- include head.html -%}
<style>
h2 {
font-feature-settings: "lnum";
background-color: #ddd;
width: 140px;
height: 140px;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center
}
body {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
font-size: 20px;
height: 80vh;
}
p {text-align: center; line-height: 2em;}
</style>
</head>
<body>
<h2>404</h2>
<p>Page not found.</p>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/victorian_youth/rng.git
git@gitee.com:victorian_youth/rng.git
victorian_youth
rng
rng
master

搜索帮助