Files
cms/src/main/resources/templates/home.html

12 lines
174 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>主页</title>
</head>
<body>
<center>
<h1>欢迎访问主页</h1>
</center>
</body>
</html>