You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1, maximum-scale=1, user-scalable=no">
<title>错误信息</title>
<link href="__CSS__/ssg/common.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="blank-box">
<div class="title">
<img class="gologin" src="__IMG__/ssg/alipay/back.png" onclick="javascript:history.go(-1)">
<div class="content">错误信息</div>
<div class="titleright"></div>
</div>
<div class="cell-box">
<img src="__IMG__/ssg/error.png">
</div>
<p>{$error}</p>
<!--<div class="resbtn">
<a href="#">
刷新页面
</a>
</div>-->
</div>
</body>
<script src="__JS__/jquery-1.11.1.min.js" type="text/javascript"></script>
<script src="__JS__/ssg/common.js" type="text/javascript"></script>
<script>
</script>
</html>