make simple test landing pages
- add HomeController - add index.html - add layout.html - add management.js - add management.css - add css js and html to .editorconfig
This commit is contained in:
15
src/main/resources/templates/home/index.html
Normal file
15
src/main/resources/templates/home/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en" xmlns:th="http://www.thymeleaf.org">
|
||||
<head>
|
||||
<title>Home Pages</title>
|
||||
<!--/*/<th:block th:insert="~{layout.html :: documentHead}"/>/*/-->
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Test</h1>
|
||||
<hr>
|
||||
<p>This is a index page!</p>
|
||||
</main>
|
||||
<!--/*/<th:block th:replace="~{layout.html :: script}"/>/*/-->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user