Skip to content

Commit a7b87a0

Browse files
Create clubfest.html
1 parent 06c95c5 commit a7b87a0

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

clubfest.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta http-equiv="Refresh" content="0; url='https://docs.google.com/forms/d/e/1FAIpQLSclxYYJdIN6Vqyam7JqHsr_AKdCMOq8Gd9jxJkWe4gHXzo9dQ/viewform'" />
5+
<style>
6+
body {
7+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
8+
padding: 25px;
9+
text-align: center;
10+
}
11+
</style>
12+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-151317031-1"></script>
13+
<script>
14+
window.dataLayer = window.dataLayer || [];
15+
function gtag(){dataLayer.push(arguments);}
16+
gtag('js', new Date());
17+
18+
gtag('config', 'UA-151317031-1');
19+
</script>
20+
</head>
21+
<body>
22+
Redirecting...
23+
</body>
24+
</html>

0 commit comments

Comments
 (0)