hace 5 años
padre
commit
98ae5b3621
Se han modificado 2 ficheros con 20 adiciones y 0 borrados
  1. 10 0
      src/main/resources/static/index.html
  2. 10 0
      src/main/resources/templates/index.html

+ 10 - 0
src/main/resources/static/index.html

@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <title>Title</title>
+</head>
+<body>
+<h1>这是个首页</h1>
+</body>
+</html>

+ 10 - 0
src/main/resources/templates/index.html

@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <title>Title</title>
+</head>
+<body>
+<h1>这是个首页</h1>
+</body>
+</html>