Files
vladfaust.github.io/index.html
Vlad Faust f43576cab8 feat: add dummy index.html
To make GitHub pages work
2018-05-17 15:24:15 +03:00

12 lines
193 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Redirecting...</title>
</head>
<body>
<script type="text/javascript">
window.location.replace("https://vladfaust.com");
</script>
</body>
</html>