-
Notifications
You must be signed in to change notification settings - Fork 0
/
form.html
30 lines (29 loc) · 1.11 KB
/
form.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Front Range Mutual Aid</title>
<meta property="og:type" content="business.business">
<meta property="og:title" content="Front Range Mutual Aid Network - Needs/Offers Form">
<meta property="og:url" content="https://frman.org/form">
<meta property="og:image" content="https://frman.org/graph_image.jpg">
<style>
html { box-sizing: border-box }
*, *:before, *:after { box-sizing: inherit }
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl,
dt, dd, blockquote, address { margin: 0; padding: 0 }
body { overflow: hidden; }
.form {
width: 100vw;
height: 100vh;
border: 0;
}
</style>
</head>
<body>
<iframe class='form'
src="https://docs.google.com/forms/d/e/1FAIpQLSdbwDrX-tSW9Mktdnjirl4bXTiu8mKbAB1bjML9dnzYuTX3vw/viewform?embedded=true"
width="640" height="1165" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</body>
</html>