first commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
.box{width:300px; text-align:center; font-szie:18px;}
|
||||
.box img {width:100%;}
|
||||
body{text-align:center}
|
||||
#aa{display:block;
|
||||
position:relative;
|
||||
margin:auto;
|
||||
}
|
||||
</style>
|
||||
<meta charset="utf-8">
|
||||
<title>错误</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="box" id="aa">
|
||||
{{.showlog}}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,22 @@
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
.box{width:300px; text-align:center; font-szie:18px;}
|
||||
.box img {width:100%;}
|
||||
body{text-align:center}
|
||||
#aa{display:block;
|
||||
position:relative;
|
||||
margin:auto;
|
||||
}
|
||||
</style>
|
||||
<meta charset="utf-8">
|
||||
<title>登陆二维码</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="box" id="aa">
|
||||
<img src="/static/qrcode/{{.img}}.png" align="center">
|
||||
请使用手机微信扫码登陆
|
||||
{{.resp}}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>系统信息</title>
|
||||
</head>
|
||||
<body>
|
||||
<h4>{{.message}}</h4>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user