Initial commit
This commit is contained in:
10
src/main/resources/templates/greeting.mustache
Normal file
10
src/main/resources/templates/greeting.mustache
Normal file
@@ -0,0 +1,10 @@
|
||||
<!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 {{name}}!!!</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user