11 lines
283 B
HTML
11 lines
283 B
HTML
<!DOCTYPE HTML>
|
|
<html xmlns:th="http://www.thymeleaf.org">
|
|
<head>
|
|
<title>Getting Started: Serving Web Content</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
</head>
|
|
<body>
|
|
<p th:text="'Hellddddoasd, ' + ${name} + '!yuh'" />
|
|
</body>
|
|
|
|
</html> |