mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2025-11-02 03:37:32 +08:00
提交新项目
This commit is contained in:
15
shop/views/error.html
Normal file
15
shop/views/error.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>错误页面</title>
|
||||
<style>
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<p>{{.error}}</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user