Skip to content

Commit 7727c23

Browse files
committed
add gh-pages redirect to deijany.com
1 parent e5b6090 commit 7727c23

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="refresh" content="0; url=https://deijany.com">
6+
<link rel="canonical" href="https://deijany.com">
7+
<title>Redirecting to deijany.com</title>
8+
</head>
9+
<body>
10+
<script>window.location.replace("https://deijany.com")</script>
11+
<a href="https://deijany.com">Redirecting to deijany.com...</a>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)