Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. <html><head>
  2. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
  3. <title>Microsoft Campus Surprise</title>
  4. <link rel="icon" type="image/png" href="favicon.png">
  5. <style type="text/css">
  6. html{
  7. margin: 0;
  8. height: 100%;
  9. overflow: hidden;
  10. }
  11. iframe{
  12. position: relative;
  13. left:0;
  14. right:0;
  15. bottom:0;
  16. top:0;
  17. border:0;
  18. width: 100%;
  19. height: 100%;
  20. }
  21. .footer{
  22. position: relative;
  23. width: 100%;
  24. bottom: 0;
  25. right: 0;
  26. left: 0;
  27. height: auto;
  28. background: #010915 none repeat scroll 0 0;
  29. font-family: "Source Sans Pro",sans-serif;
  30. text-align: center;
  31. font-size: 80%;
  32. color: white;
  33. }
  34. a {
  35. color: #0080c9;
  36. }
  37. </style>
  38. <style type="text/css"></style></head>
  39. <body style="height: 90%; width: auto; margin: 0px; background: #053D6C none repeat scroll 0 0;">
  40. <div style="width: 100%; height: calc(100% - 2em);" class="frame"><iframe scrolling="no" id="typeform-full" src="https://msftsg.typeform.com/to/QoIjLi" frameborder="0"></iframe></div>
  41. <footer style="height: 2em">
  42. <!-- MSCOM -->
  43. <div class="footer">
  44. <p>
  45. <a href="http://go.microsoft.com/?linkid=2028351">Contact Us</a> | <a href="http://www.microsoft.com/en-us/legal/intellectualproperty/copyright/default.aspx">Terms of Use</a> | <a href="http://www.microsoft.com/library/toolbar/3.0/trademarks/en-us.mspx">Trademark</a> |
  46. <a href="http://go.microsoft.com/fwlink/?LinkId=248681">Privacy Statement</a> <br>© 2015 Microsoft Corporation <br><i>This site is hosted for Microsoft by RoC Apps</i></p>
  47.  
  48. </div>
  49. </footer>
  50. <script type="text/javascript" src="embed.js"></script>
  51.  
  52. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement