1 Star 0 Fork 27

清风 / Timo-html

forked from 小懒虫 / Timo-html 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
404.html 1.70 KB
一键复制 编辑 原始数据 按行查看 历史
小懒虫 提交于 2018-12-04 18:47 . 提交模板代码!
<!DOCTYPE html>
<html>
<head>
<title>TIMO后台模板</title>
<meta charset="utf-8">
<link rel="shortcut icon" th:href="./images/favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">
<!-- 引入css -->
<link rel="stylesheet" href="./css/plugins/font-awesome-4.7.0/css/font-awesome.min.css" media="all">
<link rel="stylesheet" href="./lib/layui-v2.3.0/css/layui.css" media="all">
<link rel="stylesheet" href="./css/main.css" media="all">
<style>
.page-error {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-height: calc(100vh - 110px);
margin-bottom: 0;
text-align: center;
}
</style>
</head>
<body>
<div class="page-error" style="color: #009688">
<div style="font-size: 120px">404</div>
<div style="font-size: 24px">页面找不到了!<br/>自己去(<a style='color:#016a60' target='_blank' href='https://gitee.com/aun/Timo'><u>https://gitee.com/aun/Timo</u></a>)拷吧!</div>
</div>
</body>
</html>
HTML
1
https://gitee.com/iword.hth/Timo-html.git
git@gitee.com:iword.hth/Timo-html.git
iword.hth
Timo-html
Timo-html
master

搜索帮助