初始化项目

This commit is contained in:
dockermen
2025-04-08 13:27:18 +08:00
parent bdca509371
commit 39eae65e25
2 changed files with 9 additions and 14 deletions

8
templates/index.html Normal file
View File

@ -0,0 +1,8 @@
<html>
<head>
<title> Hello World </title>
</head>
<body>
<h1> Hello World </h1>
</body>
</html>