Fhernd

FormularioTypeFormPagina.html

Sep 18th, 2016
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.91 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4.   <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
  5.  
  6.   <!--Add the title of your typeform below-->
  7.   <title>Kodu 2016</title>
  8.  
  9.   <!--CSS styles that ensure your typeform takes up all the available screen space (DO NOT EDIT!)-->
  10.   <style type="text/css">
  11.     html{
  12.       margin: 0;
  13.       height: 100%;
  14.       overflow: hidden;
  15.     }
  16.     iframe{
  17.       position: absolute;
  18.       left:0;
  19.       right:0;
  20.       bottom:0;
  21.       top:0;
  22.       border:0;
  23.     }
  24.   </style>
  25. </head>
  26. <body>
  27.   <iframe id="typeform-full" width="100%" height="100%" frameborder="0" src="https://infzero.typeform.com/to/lofL9I"></iframe>
  28.   <script type="text/javascript" src="https://s3-eu-west-1.amazonaws.com/share.typeform.com/embed.js"></script>
  29. </body>
  30. </html>
Add Comment
Please, Sign In to add comment