forked from nmimsignite/ignite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypeform.html
More file actions
38 lines (33 loc) · 1.25 KB
/
typeform.html
File metadata and controls
38 lines (33 loc) · 1.25 KB
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
32
33
34
35
36
37
38
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>Event Registration</title>
<link rel="apple-touch-icon" sizes="180x180" href="assets/favico/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favico/favicon-16x16.png">
<link rel="manifest" href="assets/favico/site.webmanifest">
<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 data-barba="wrapper">
<main data-barba="container" data-barba-namespace="typeform">
<iframe id="typeform-full" width="100%" height="100%" frameborder="0"
allow="camera; microphone; autoplay; encrypted-media;"
src="https://form.typeform.com/to/fJI4jXq1?typeform-medium=embed-snippet"></iframe>
<script type="text/javascript" src="https://embed.typeform.com/embed.js">
</script>
</body>
</html>