-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
18 lines (17 loc) · 1.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0;url=https://make-a-ton-7-0.devpost.com/" />
<link rel="canonical" href="https://make-a-ton-7-0.devpost.com/" />
<title>Redirecting to Make-a-Ton 7.0 - Submission Page</title>
</head>
<body>
<h2>
Redirecting to <a href="https://make-a-ton-7-0.devpost.com/">Make-a-Ton 7.0 - Submission Page</a>
</h2>
<script>
setTimeout(() => window.location.href = "https://make-a-ton-7-0.devpost.com/", 2000);
</script>
</body>
</html>