Skip to content

Commit 6d21efe

Browse files
author
alokVishu
committed
2 parents 55c5af3 + 103b4d0 commit 6d21efe

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-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>

hire-us.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>Hire Us</title>
6+
<meta http-equiv="refresh"
7+
content="0; URL='https://themeselection.com/hire-us/'" />
8+
</head>
9+
10+
<body>
11+
<p>If you do not redirect please visit : <a href="https://themeselection.com/hire-us/">https://themeselection.com/hire-us/</a></p>
12+
</body>
13+
14+
</html>

0 commit comments

Comments
 (0)