File tree 1 file changed +39
-0
lines changed
1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments