12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <!doctype html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="chrome=1">
- <title>reveal.js - The HTML Presentations Framework</title>
- <link rel="stylesheet" href="css/normalize.css">
- <link rel="stylesheet" href="css/main.css">
- <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
-
- </head>
- <body>
- <div class="wrapper">
- <header>
- <h1>reveal.js</h1>
- <p>
- The HTML Presentation Framework — Site coming soon
- </p>
- </header>
- <footer>
- <p>
- <a href="http://lab.hakim.se/reveal-js">Try the demo</a>
- <a href="https://github.com/hakimel/reveal.js/releases">Download</a>
- </p>
- </footer>
- </div>
- <script>
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
- ga('create', 'UA-43375306-1', 'revealjs.com');
- ga('send', 'pageview');
- </script>
- </body>
- </html>
|