Skip to content

Commit 0fa87de

Browse files
Redirect to GitHub profile
1 parent 4f73357 commit 0fa87de

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=https://github.com/JS-DevTools">
5+
</head>
6+
<body>
7+
<script>
8+
window.location = 'https://github.com/JS-DevTools';
9+
</script>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)