Facebook
From Joris de Ruiter, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 150
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.  
  5.     <meta charset="UTF-8">
  6.         <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
  7.  
  8.         <meta name="author" content="FENAC - Federatie van Nederlandse Audiologische Centra">
  9.  
  10.         <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
  11.  
  12.     <title>Horen met 1 oor</title>
  13.  
  14. </head>
  15. <body>
  16.  
  17.         <img id='logo' src="images/logo_transparent.png" style="position:absolute; top:10px; right:10px; z-index:100">
  18.  
  19.     <iframe frameborder="0" height="100%" width="100%" scrolling="auto" id="brochureframe"
  20.             src="https://docs.google.com/viewerng/viewer?url=https://YOURFILE.pdf&embedded=true" >
  21.     </iframe>
  22.  
  23. </body>
  24. </html>
  25.