feat: add dummy index.html

To make GitHub pages work
This commit is contained in:
2018-05-17 15:24:15 +03:00
parent 1d99786bac
commit f43576cab8

11
index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Redirecting...</title>
</head>
<body>
<script type="text/javascript">
window.location.replace("https://vladfaust.com");
</script>
</body>
</html>