index.html 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="chrome=1">
  6. <title>reveal.js - The HTML Presentations Framework</title>
  7. <link rel="stylesheet" href="css/normalize.css">
  8. <link rel="stylesheet" href="css/main.css">
  9. <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
  10. <!--[if lt IE 9]>
  11. <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  12. <![endif]-->
  13. </head>
  14. <body>
  15. <div class="wrapper">
  16. <header>
  17. <h1>reveal.js</h1>
  18. <p>
  19. The HTML Presentation Framework &mdash; Site coming soon
  20. </p>
  21. </header>
  22. <footer>
  23. <p>
  24. <a href="http://lab.hakim.se/reveal-js">Try the demo</a>
  25. <a href="https://github.com/hakimel/reveal.js/releases">Download</a>
  26. </p>
  27. </footer>
  28. </div>
  29. <script>
  30. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  31. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  32. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  33. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  34. ga('create', 'UA-43375306-1', 'revealjs.com');
  35. ga('send', 'pageview');
  36. </script>
  37. </body>
  38. </html>