|
1 | | -<!doctype html> |
| 1 | +<!DOCTYPE html> |
2 | 2 | <html> |
3 | | - <head> |
4 | | - <meta charset="utf-8"> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta |
| 6 | + name="viewport" |
| 7 | + content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" |
| 8 | + /> |
6 | 9 |
|
7 | | - <title>reveal.js</title> |
| 10 | + <title>reveal.js</title> |
8 | 11 |
|
9 | | - <link rel="stylesheet" href="dist/reset.css"> |
10 | | - <link rel="stylesheet" href="dist/reveal.css"> |
11 | | - <link rel="stylesheet" href="dist/theme/black.css"> |
| 12 | + <link rel="stylesheet" href="dist/reset.css" /> |
| 13 | + <link rel="stylesheet" href="dist/reveal.css" /> |
| 14 | + <link rel="stylesheet" href="dist/theme/black.css" /> |
12 | 15 |
|
13 | | - <!-- Theme used for syntax highlighted code --> |
14 | | - <link rel="stylesheet" href="plugin/highlight/monokai.css"> |
15 | | - </head> |
16 | | - <body> |
17 | | - <div class="reveal"> |
18 | | - <div class="slides"> |
19 | | - <section>Slide 1</section> |
20 | | - <section>Slide 2</section> |
21 | | - </div> |
22 | | - </div> |
| 16 | + <!-- Theme used for syntax highlighted code --> |
| 17 | + <link rel="stylesheet" href="plugin/highlight/monokai.css" /> |
| 18 | + </head> |
| 19 | + <body> |
| 20 | + <div class="reveal"> |
| 21 | + <div class="slides"> |
| 22 | + <section>What does Replicated do for us?</section> |
| 23 | + <section>Slide 2</section> |
| 24 | + </div> |
| 25 | + </div> |
23 | 26 |
|
24 | | - <script src="dist/reveal.js"></script> |
25 | | - <script src="plugin/notes/notes.js"></script> |
26 | | - <script src="plugin/markdown/markdown.js"></script> |
27 | | - <script src="plugin/highlight/highlight.js"></script> |
28 | | - <script> |
29 | | - // More info about initialization & config: |
30 | | - // - https://revealjs.com/initialization/ |
31 | | - // - https://revealjs.com/config/ |
32 | | - Reveal.initialize({ |
33 | | - hash: true, |
| 27 | + <script src="dist/reveal.js"></script> |
| 28 | + <script src="plugin/notes/notes.js"></script> |
| 29 | + <script src="plugin/markdown/markdown.js"></script> |
| 30 | + <script src="plugin/highlight/highlight.js"></script> |
| 31 | + <script> |
| 32 | + // More info about initialization & config: |
| 33 | + // - https://revealjs.com/initialization/ |
| 34 | + // - https://revealjs.com/config/ |
| 35 | + Reveal.initialize({ |
| 36 | + hash: true, |
34 | 37 |
|
35 | | - // Learn about plugins: https://revealjs.com/plugins/ |
36 | | - plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ] |
37 | | - }); |
38 | | - </script> |
39 | | - </body> |
| 38 | + // Learn about plugins: https://revealjs.com/plugins/ |
| 39 | + plugins: [RevealMarkdown, RevealHighlight, RevealNotes] |
| 40 | + }) |
| 41 | + </script> |
| 42 | + </body> |
40 | 43 | </html> |
0 commit comments