first commit

This commit is contained in:
2026-02-17 13:06:23 +08:00
commit 7cbd3d061d
349 changed files with 126558 additions and 0 deletions
+20
View File
@@ -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>
+22
View File
@@ -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>
+9
View File
@@ -0,0 +1,9 @@
<html>
<head>
<meta charset="utf-8">
<title>系统信息</title>
</head>
<body>
<h4>{{.message}}</h4>
</body>
</html>