-
Notifications
You must be signed in to change notification settings - Fork 0
/
error.html
38 lines (30 loc) · 976 Bytes
/
error.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>错误</title>
<link rel="icon" href="images/zhixue.ico" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
<link rel="stylesheet" href="layui/css/layui.css">
<style>
body {
background:url(images/web_login_bg1.webp);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
</style>
</head>
<body>
<div class="login">
<p style="text-align: center;">
<img src="images/error.png">
</p>
<br>
<p align="center" style="font-size:35px;color:#FF0000">{{msg}}</p>
</div>
</body>
</html>