mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2024-11-14 14:39:21 +08:00
21 lines
572 B
Go
21 lines
572 B
Go
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport"
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>错误失败</title>
|
|
<link rel="stylesheet" href="../../static/lib/bootstrap/css/bootstrap.min.css">
|
|
<style>
|
|
.container p{
|
|
color: red;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h3>请求异常</h3>
|
|
<p>{{.flash.error}}</p>
|
|
</div>
|
|
</body>
|
|
</html> |