Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pozadi committed May 21, 2015
1 parent 277626c commit a705b64
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirecting to rpominov.github.io/kefir/...</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="https://rpominov.github.io/kefir/">
</head>
<body>
Redirecting to <a href="https://rpominov.github.io/kefir/">rpominov.github.io/kefir/</a>...
<script>
location.href = 'https://rpominov.github.io/kefir/' + location.hash;
</script>
</body>
</html>

0 comments on commit a705b64

Please sign in to comment.