Create index.html

This commit is contained in:
Lucas Igel 2022-03-03 18:58:28 -05:00 committed by GitHub
parent 44fd556a0b
commit 21f74bf830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
index.html Normal file
View File

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