forked from rodbitkite/bitcoinpark.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapply.html
More file actions
15 lines (15 loc) · 694 Bytes
/
Copy pathapply.html
File metadata and controls
15 lines (15 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>AI Hack for Freedom Application Form</title>
<script>
// Instant redirect - executes immediately
window.location.replace('https://form.typeform.com/to/JpP6QSgD');
</script>
<meta http-equiv="refresh" content="0; url=https://form.typeform.com/to/JpP6QSgD">
</head>
<body style="margin:0;padding:0;background:#0a0a0f;color:#e0e0e8;display:flex;align-items:center;justify-content:center;min-height:100vh;font-family:'Montserrat',sans-serif;">
<p>Redirecting to <a href="https://form.typeform.com/to/JpP6QSgD" style="color:#00f3ff;text-decoration:none;">Application Form</a>...</p>
</body>
</html>