mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2025-10-16 18:18:00 +08:00
由gopath形式改为module
This commit is contained in:
20
gateway/views/scan.html
Normal file
20
gateway/views/scan.html
Normal 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>
|
Reference in New Issue
Block a user