This commit is contained in:
2022-09-09 13:31:08 +08:00
parent 4d387d1c37
commit d219da7cc8
3 changed files with 12 additions and 1 deletions

1
app/view/README.md Normal file
View File

@@ -0,0 +1 @@
如果不使用模板,可以删除该目录

View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<h1>支付页面</h1>
</body>
</html>