14 lines
207 B
HTML
14 lines
207 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||
|
<title>${title}</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<h2>${title}</h2>
|
||
|
|
||
|
This is a document template.
|
||
|
|
||
|
</body>
|
||
|
</html>
|