summaryrefslogtreecommitdiff
path: root/src/main/resources/templates/index.vm
blob: a5a8d279c5202eac6efff7337f9758a09598abbf (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head lang="en">
    <meta charset="UTF-8">
    <title></title>
</head>
<body>
Hello $name
</body>
</html>