Skip to content

Commit

Permalink
added the redirection to the old website
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin committed Dec 19, 2024
1 parent eab3986 commit da79402
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/*
17 changes: 16 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
Testing custom domain
<!DOCTYPE html>
<html>
<head>
<title>Redirecting...</title>
<!--
<script type="text/javascript">
window.location.href = "http://rdeuber.jimdofree.com";
</script>
-->
</head>
<body>
<body>
<p>If you are not redirected, <a href="http://rdeuber.jimdofree.com">click here</a>.</p>
</body>
</body>
</html>

0 comments on commit da79402

Please sign in to comment.