basic xhtml page with FLIR


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <meta name="description" content="" />
  6. <meta name="keywords" content="" />
  7. <meta name="robots" content="index,follow" />
  8.  
  9. <title>PAGE TITLE HERE</title>
  10.  
  11. <link rel="stylesheet" type="text/css" href="css/style.css" />
  12. <script src="/js/facelift/flir.js" type="text/javascript"></script>
  13. </head>
  14.  
  15.  
  16. <div id="wrapper">
  17.  
  18.  
  19.  
  20.  
  21. </div>
  22.  
  23.  
  24. <script type="text/javascript">
  25. FLIR.init({ path: '/js/facelift/' });
  26. FLIR.replace(['h1', new FLIRStyle({ cFont:'You Font Name here'})]);
  27. <!-- Put Google Analytics Code Here -->
  28.  
  29. </body>
  30.  
  31. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.