forked from umbchackers/umbchackers.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistration.html
More file actions
executable file
·31 lines (25 loc) · 893 Bytes
/
registration.html
File metadata and controls
executable file
·31 lines (25 loc) · 893 Bytes
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
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>HACKUMBC Fall 2017</title>
<style type="text/css">
html {
margin: 0; height: 100%; overflow: hidden;
}
iframe{
position: absolute; left:0; right:0; bottom:0; top:0; border:0;
}
</style>
</head>
<body>
<iframe id="typeform-full" width="100%" height="100%" frameborder="0"
src="https://hackumbc.typeform.com/to/Uayqpc"></iframe>
<script type="text/javascript" src="https://embed.typeform.com/embed.js"></script>
</body>
</html>