Direct to FB event

This commit is contained in:
Lucas Igel 2022-04-21 17:27:44 -04:00 committed by GitHub
parent dfbe72c811
commit 3ce2c6edf4
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://fb.me/e/1RJq7vTe5/">here.</a>
</title>
<meta http-equiv="refresh" content="0; url=https://fb.me/e/1RJq7vTe5">
</head>
<body>
<script>
window.location = "https://fb.me/e/1RJq7vTe5";
</script>
<p>Redirecting...</p>
</body>
</html>