3 Star 16 Fork 10

梦中程序员/dpadminv2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
404.html 1.98 KB
一键复制 编辑 原始数据 按行查看 历史
梦中程序员 提交于 2018-03-17 12:45 . 添加404页面
<!DOCTYPE html>
<html lang="zh">
<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>梦中程序员管理后台--QQ:305530751</title>
<link rel="shortcut icon" href="assets/img/logo.jpg" type="image/x-icon">
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/css/font-awesome.min.css" rel="stylesheet" />
<link href="assets/css/weather-icons.min.css" rel="stylesheet" />
<link id="beyond-link" href="assets/css/beyond.min.css" rel="stylesheet" type="text/css" />
</head>
<body class="body-404">
<div class="error-header" style="height: 150px;"> </div>
<div class="container ">
<section class="error-container text-center">
<h1>404</h1>
<div class="error-divider">
<h2>page not found</h2>
<p class="description" style="line-height: 35px;">We Couldn’t Find This Page</p>
</div>
<a href="index.html" class="return-btn" style="margin-top: 10px;"><i class="fa fa-home"></i>Home</a>
</section>
</div>
<script src="assets/js/skins.min.js"></script>
<!--Basic Scripts-->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/slimscroll/jquery.slimscroll.min.js"></script>
<!--Beyond Scripts-->
<script src="assets/js/beyond.js"></script>
<script>
$(window).bind("load", function () {
/*Sets Themed Colors Based on Themes*/
themeprimary = getThemeColorFromCss('themeprimary');
themesecondary = getThemeColorFromCss('themesecondary');
themethirdcolor = getThemeColorFromCss('themethirdcolor');
themefourthcolor = getThemeColorFromCss('themefourthcolor');
themefifthcolor = getThemeColorFromCss('themefifthcolor');
});
</script>
</body>
<!-- /Body -->
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/sjclub/dpadminv2.git
git@gitee.com:sjclub/dpadminv2.git
sjclub
dpadminv2
dpadminv2
master

搜索帮助