Skip to content

Commit fe4b97d

Browse files
form!!!!!!
1 parent d7b74e7 commit fe4b97d

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

confirm/index.html

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta
5+
name="viewport"
6+
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
7+
/>
8+
<title>ThetaHacks Volunteer Confirmation</title>
9+
<style type="text/css">
10+
html {
11+
margin: 0;
12+
height: 100%;
13+
overflow: hidden;
14+
}
15+
iframe {
16+
position: absolute;
17+
left: 0;
18+
right: 0;
19+
bottom: 0;
20+
top: 0;
21+
border: 0;
22+
}
23+
</style>
24+
</head>
25+
<body>
26+
<iframe
27+
id="typeform-full"
28+
width="100%"
29+
height="100%"
30+
frameborder="0"
31+
allow="camera; microphone; autoplay; encrypted-media;"
32+
src="https://form.typeform.com/to/Dr9QrFTP?typeform-medium=embed-snippet"
33+
></iframe>
34+
<script
35+
type="text/javascript"
36+
src="https://embed.typeform.com/embed.js"
37+
></script>
38+
</body>
39+
</html>

0 commit comments

Comments
 (0)