9 Star 42 Fork 12

没想好 / JQ-Bootstrap扩展

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
404.html 495 Bytes
一键复制 编辑 原始数据 按行查看 历史
没想好 提交于 2018-05-29 18:20 . 1.增加了404页面
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>404</title>
<style>
.cen{
text-align:center;
}
.title{
font-size: 40px;
}
</style>
</head>
<body>
<div class="cen title">还没开发完...</div>
<div class="cen"><img src="images/404.gif" ></div>
</body>
</html>
JavaScript
1
https://gitee.com/shixixiyue/MyBootstrapEx.git
git@gitee.com:shixixiyue/MyBootstrapEx.git
shixixiyue
MyBootstrapEx
JQ-Bootstrap扩展
master

搜索帮助