创建后端

This commit is contained in:
2023-01-13 20:05:36 +08:00
parent 5f1513a0bb
commit 11bda8e9f3
13 changed files with 666 additions and 0 deletions
@@ -0,0 +1,2 @@
#??????
server.port=3000
Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<div style="text-align: center">
<img src="/image/img.png">
</div>
</body>
</html>