-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest.html
More file actions
30 lines (30 loc) · 911 Bytes
/
test.html
File metadata and controls
30 lines (30 loc) · 911 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
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>Formulario Pretest</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
margin: 0;
padding: 0;
}
h1 {
text-align: center;
color: #333;
}
iframe {
display: block;
margin: 0 auto;
border: 1px solid #ccc;
box-shadow: 2px 2px 5px rgba(78, 67, 67, 0.1);
}
</style>
</head>
<body>
<h1>FORMULARIO PRETEST</h1>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfRe5AS6AKqlLNJcNrIUOL2NsCSxhfzA3JCCf5TbaOMotrn5w/viewform?embedded=true" width="640" height="600" frameborder="0" marginheight="0" marginwidth="0">Cargando…</iframe>
</body>
</html>