Skip to content

Commit 140b91d

Browse files
authored
chore: added docs filr
1 parent 841f6b7 commit 140b91d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

documentation.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<title>$template_name</title>
6+
<meta http-equiv="refresh"
7+
content="0; URL='$docs_url'" />
8+
</head>
9+
10+
<body>
11+
<p>If you do not redirect please visit : <a href="$docs_url">$docs_url</a></p>
12+
</body>
13+
14+
</html>

0 commit comments

Comments
 (0)