mirror of https://gitee.com/zhang_1334717033/kiftd
56 lines
1.8 KiB
HTML
56 lines
1.8 KiB
HTML
|
|
<!doctype html>
|
|||
|
|
<html>
|
|||
|
|
<head>
|
|||
|
|
<base href="/">
|
|||
|
|
<meta charset="UTF-8">
|
|||
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|||
|
|
<title>KIFT</title>
|
|||
|
|
<link rel="stylesheet" href="css/bootstrap.css">
|
|||
|
|
<link rel="stylesheet" href="css/overrall.css">
|
|||
|
|
<link rel="icon" type="image/x-icon" href="css/icon.png" />
|
|||
|
|
<!--[if lt IE 9]>
|
|||
|
|
<script src="js/html5shiv.min.js"></script>
|
|||
|
|
<script src="js/respond.min.js"></script>
|
|||
|
|
<![endif]-->
|
|||
|
|
</head>
|
|||
|
|
|
|||
|
|
<body>
|
|||
|
|
<div class="container">
|
|||
|
|
|
|||
|
|
<div class="row">
|
|||
|
|
<div class="col-md-12">
|
|||
|
|
<div class="titlebox">
|
|||
|
|
<span class="titletext"><em> 青阳网络文件传输系统 <small><span
|
|||
|
|
class="graytext">KIFT</span></small></em></span>
|
|||
|
|
</div>
|
|||
|
|
<hr />
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<div class="row">
|
|||
|
|
<div class="col-md-12">
|
|||
|
|
<h2 class="centerText">
|
|||
|
|
<span class="glyphicon glyphicon-exclamation-sign"
|
|||
|
|
aria-hidden="true"></span>错误:无法访问到的路径!
|
|||
|
|
</h2>
|
|||
|
|
<br />
|
|||
|
|
<h4 class="centerText">您所要访问的路径无法访问,请检查URL是否正确。如果您不知道为何会出现该问题,请立即告知系统管理员。</h4>
|
|||
|
|
<p class="centerText">这可能是由于以下问题引起:</p>
|
|||
|
|
<ul class="centerText">
|
|||
|
|
<li>访问路径无效或非法</li>
|
|||
|
|
<li>系统运行时出现意外错误</li>
|
|||
|
|
<li>部署失误导致的页面丢失</li>
|
|||
|
|
<li>网络问题</li>
|
|||
|
|
</ul>
|
|||
|
|
<p class="centerText">您可以使用以下链接返回系统主页:</p>
|
|||
|
|
<p class="centerText">
|
|||
|
|
<a href="home.html"><span class="glyphicon glyphicon-home"></span>返回主页</a>
|
|||
|
|
</p>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
</body>
|
|||
|
|
<script type="text/javascript" src="js/jquery-1.12.4.min.js"></script>
|
|||
|
|
<script type="text/javascript" src="js/bootstrap.js"></script>
|
|||
|
|
</html>
|