14 lines
207 B
HTML
Executable File
14 lines
207 B
HTML
Executable File
<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>
|