-
Notifications
You must be signed in to change notification settings - Fork 2
/
encuesta.html
23 lines (20 loc) · 1.17 KB
/
encuesta.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="http://nhomar.github.io/theme/css/bootstrap.vauxoo.min.css">
<link rel="stylesheet" href="/css/custom.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</head>
<body>
<div class="jumbotron img">
<div id="surveyMonkeyInfo" class="container" style="width:500px;font-size:10px;color:#666;"><div><iframe id="sm_e_s" src="https://es.surveymonkey.com/jsEmbed.aspx?sm=71KQeumKXkCIyHiNWUmj1g_3d_3d" width="500" height="1000" style="border:0px;padding-bottom:4px;" frameborder="0" allowtransparency="true" ></iframe></div>Create your free online surveys with <a href="https://es.surveymonkey.com">SurveyMonkey</a> , the world's leading questionnaire tool.</div>
<footer>
<div class="container text-right">
<small class="">Powered by <a href="http://www.vauxoo.com">Vauxoo</a></small>
</div>
</footer>
</body>
</html>