Update index.html

This commit is contained in:
Lucas Igel 2022-03-04 12:13:33 -05:00 committed by GitHub
parent 14ad9144ff
commit 1e5b48e8fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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