Files
music-admin/documentation.html
2024-01-05 12:12:39 +05:30

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>