2 Star 1 Fork 1

郭瀚亭/MyHouse智能家居-前端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
404.html 892 Bytes
一键复制 编辑 原始数据 按行查看 历史
郭瀚亭 提交于 2022-04-26 09:17 . 一些优化
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>页面不存在</title>
<style>
body{
margin:0;
padding:0;
height:100vh;
width:100vw;
display:flex;
justify-content: center;
align-items: center;
user-select: none;
min-height:500px;
}
div, img, h2{
display:block;
text-align: center;
margin:0 auto;
}
</style>
</head>
<body>
<div>
<img src="/img/404.svg" alt="">
<br>
<h2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</h2>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/guo-hanting/graduation-project-frontend.git
git@gitee.com:guo-hanting/graduation-project-frontend.git
guo-hanting
graduation-project-frontend
MyHouse智能家居-前端
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385