-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathform.html
22 lines (22 loc) · 1.03 KB
/
form.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta http-equiv="Content-Security-Policy" content="
default-src 'self';
font-src 'self' https://fonts.gstatic.com;
style-src 'self' https://fonts.googleapis.com;
img-src 'self';
script-src 'self';
connect-src 'self' https://docs.google.com https://*.googleusercontent.com;
">
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=https://docs.google.com/forms/d/e/1FAIpQLSfqqCYQYycyIVrJfzjX1VayDeh4GjOq_FB9I3Rg3WUUftVcvQ/viewform">
<script type="text/javascript">
window.location.href = "https://docs.google.com/forms/d/e/1FAIpQLSfqqCYQYycyIVrJfzjX1VayDeh4GjOq_FB9I3Rg3WUUftVcvQ/viewform";
</script>
<title>Redirecting to Google Form</title>
</head>
<body>
If you are not redirected automatically, follow this <a href='https://docs.google.com/forms/d/e/1FAIpQLSfqqCYQYycyIVrJfzjX1VayDeh4GjOq_FB9I3Rg3WUUftVcvQ/viewform'>link to the Google Form</a>.
</body>
</html>