Files
sweater/src/main/resources/templates/greeting.mustache

11 lines
243 B
Plaintext

<!DOCTYPE HTML>
<html>
<head>
<title>Getting Started: Serving Web Content</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<div>Hello there</div>
<a href="/main">Main page</a>
</body>
</html>