home

 avatar
unknown
html
3 years ago
145 B
17
Indexable
<html>
<head><title>Home Page</title></head>
<body>
<h1>Hello !</h1>
<p>Welcome to <span th:text="${appName}">Our App</span></p>
</body>
</html>
Editor is loading...