8 lines
233 B
HTML
8 lines
233 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Redirect to template.html</title>
|
|
<meta http-equiv="refresh" content="0;URL='template.html'" />
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|