index.html 851 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. </body>
  30. </html>