-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
signup.html
26 lines (24 loc) · 1.3 KB
/
signup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-139208286-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-139208286-2');
</script>
<meta charset="utf-8">
<title>Sign Up « Iowa City Robotics</title>
<meta name="description" content="FIRST Robotics Competition team based out of Iowa City.">
<meta name="keywords" content="FRC, FIRST, Robotics, West High School, City High School, Iowa City">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1">
<link rel="icon" href="static/img/logos/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="static/css/framework.css" media="screen">
<link rel="stylesheet" href="static/css/main.css" media="screen">
<link rel="stylesheet" href="static/css/page/signup.css" media="screen">
</head>
<body>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLScjfv3b9YolznNcA42WS-CgBbpRoOGIoWHyGkipayJd09bs-A/viewform?embedded=true" width="640" height="1037" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe></body>
</html>