|
- <!doctype html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
-
- <title>Обучение детей программированию</title>
-
- <link rel="stylesheet" href="css/reset.css">
- <link rel="stylesheet" href="css/reveal.css">
- <link rel="stylesheet" href="css/theme/black.css">
- </head>
- <body>
- <div class="reveal">
- <div class="slides">
-
- <section data-markdown><textarea data-template>
-
- Slide 1 contains some points:
-
- * point no. 1
- * point no. 2
-
- </textarea></section>
-
- <section data-markdown><textarea data-template>
-
- Slide 2 will be here, too
-
- </textarea></section>
-
- </div>
- </div>
-
- <script src="js/reveal.js"></script>
-
- <script>
- Reveal.initialize({
- dependencies: [
- { src: 'plugin/markdown/marked.js' },
- { src: 'plugin/markdown/markdown.js' },
- ]
- });
- </script>
- </body>
- </html>
|