mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2024-11-11 04:59:21 +08:00
20 lines
457 B
Go
20 lines
457 B
Go
|
<!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>
|