-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsurvey.html
executable file
·21 lines (19 loc) · 992 Bytes
/
survey.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<link rel="stylesheet" href="css/main.css">
<head>
<meta charset="UTF-8">
<title>Title</title>
<header>
<a href = "index.html">
<img src="img/logo.png" id="logo">
</header>
</head>
<body>
<!-- Change the width and height values to suit you best -->
<!-- Change the width and height values to suit you best -->
<div class="typeform-widget" data-url="https://katezellmer1.typeform.com/to/sjYT8i" data-text="Hello Mama Volunteer Form" style="width:100%;height:500px;"></div>
<script>(function(){var qs,js,q,s,d=document,gi=d.getElementById,ce=d.createElement,gt=d.getElementsByTagName,id='typef_orm',b='https://s3-eu-west-1.amazonaws.com/share.typeform.com/';if(!gi.call(d,id)){js=ce.call(d,'script');js.id=id;js.src=b+'widget.js';q=gt.call(d,'script')[0];q.parentNode.insertBefore(js,q)}})()</script>
<div style="font-family: Sans-Serif;font-size: 12px;color: #999;opacity: 0.5; padding-top: 5px;"></div>
</body>
</html>