Delete index.html

This commit is contained in:
Lucas Igel 2022-03-06 20:08:48 -05:00 committed by GitHub
parent 43867a1518
commit 52fed672f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>
Redirecting to <a href="https://www.youtube.com/watch?v=ba2YBssufMM">here.</a>
</title>
<meta http-equiv="refresh" content="0; url=https://www.youtube.com/watch?v=ba2YBssufMM">
</head>
<body>
<script>
window.location = "https://www.youtube.com/watch?v=ba2YBssufMM";
</script>
<p>Redirecting...</p>
</body>
</html>