提交新项目

This commit is contained in:
kongyuebin
2019-12-19 14:47:58 +08:00
parent 7ba20ac1b9
commit f29066a984
609 changed files with 238892 additions and 0 deletions

20
jhgateway/views/scan.html Normal file
View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>扫码支付</title>
<link rel="stylesheet" href="../static/lib/bootstrap/css/bootstrap.min.css">
<style>
.container{
margin: 0 auto;
padding-top: 50px;
}
</style>
</head>
<body>
<br class="container">
<img src="{{.flash.notice}}" alt=""></br>
{{.flash.notice}}
</div>
</body>
</html>