14 lines
501 B
HTML
14 lines
501 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>$template_name</title>
|
|
<meta http-equiv="refresh" content="0; URL='https://demos.pixinvent.com/vuexy-html-admin-template/documentation/django-introduction.html'" />
|
|
</head>
|
|
|
|
<body>
|
|
<p>If you do not redirect please visit : <a href="https://demos.pixinvent.com/vuexy-html-admin-template/documentation/django-introduction.html">https://demos.pixinvent.com/vuexy-html-admin-template/documentation/django-introduction.html</a></p>
|
|
</body>
|
|
|
|
</html>
|