-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathectmih.html
More file actions
24 lines (21 loc) · 783 Bytes
/
ectmih.html
File metadata and controls
24 lines (21 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>A quick survey</title>
<style type="text/css">
body, html
{
margin: 0; padding: 0; height: 100%; overflow: hidden;
}
#content
{
position:absolute; left: 0; right: 0; bottom: 0; top: 0px;
}
</style>
</head>
<body>
<div id="content">
<iframe width="100%" height="100%" frameborder="0" src="https://docs.google.com/forms/d/e/1FAIpQLSdFq5fzHPH98yEt4rhSuSWhD5bUa9zbGDAxZG-5K_2Wq8cOPQ/viewform?usp=sf_link" />
</div>
</body>
</html>