123456789101112131415161718192021222324252627282930313233343536373839 |
- <!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">
- <!--[if lt IE 9]>
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
- </head>
- <body>
- <div class="wrapper">
- <header>
- <h1>reveal.js</h1>
- <p>
- The HTML Presentation Framework — Site coming soon
- </p>
- </header>
- <footer>
- <p class="view"><a href="https://github.com/hakimel/reveal.js">View the project on GitHub</a></p>
- </footer>
- </div>
- </body>
- </html>
|