15 lines
242 B
HTML
15 lines
242 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>$template_name</title>
|
|
<meta http-equiv="refresh"
|
|
content="0; URL='$docs_url'" />
|
|
</head>
|
|
|
|
<body>
|
|
<p>If you do not redirect please visit : <a href="$docs_url">$docs_url</a></p>
|
|
</body>
|
|
|
|
</html>
|