diff options
| author | Simeon Simeonov | 2023-01-18 21:12:31 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2023-01-18 21:12:31 +0100 |
| commit | 6dcd1727eb9d5dbfcb8f6e9599ada10d33063bac (patch) | |
| tree | 57d6aa95763fd57835316cca7ce1ae33f3f19ec2 /reveal.js/demo.html | |
| parent | a33898d9db2f0e0e9b3da6f1b329b4045b65af11 (diff) | |
Remove some old presentations
Diffstat (limited to 'reveal.js/demo.html')
| -rw-r--r-- | reveal.js/demo.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/reveal.js/demo.html b/reveal.js/demo.html index ab11f77..39b014d 100644 --- a/reveal.js/demo.html +++ b/reveal.js/demo.html | |||
| @@ -86,7 +86,7 @@ | |||
| 86 | 86 | ||
| 87 | <section data-auto-animate> | 87 | <section data-auto-animate> |
| 88 | <h2 data-id="code-title">Pretty Code</h2> | 88 | <h2 data-id="code-title">Pretty Code</h2> |
| 89 | <pre data-id="code-animation"><code class="hljs" data-trim data-line-numbers> | 89 | <pre data-id="code-animation"><code class="hljs javascript" data-trim data-line-numbers> |
| 90 | import React, { useState } from 'react'; | 90 | import React, { useState } from 'react'; |
| 91 | 91 | ||
| 92 | function Example() { | 92 | function Example() { |
| @@ -102,7 +102,7 @@ | |||
| 102 | 102 | ||
| 103 | <section data-auto-animate> | 103 | <section data-auto-animate> |
| 104 | <h2 data-id="code-title">With animations</h2> | 104 | <h2 data-id="code-title">With animations</h2> |
| 105 | <pre data-id="code-animation"><code class="hljs" data-trim data-line-numbers="|4,8-11|17|22-24"><script type="text/template"> | 105 | <pre data-id="code-animation"><code class="hljs javascript" data-trim data-line-numbers="|4,8-11|17|22-24"><script type="text/template"> |
| 106 | import React, { useState } from 'react'; | 106 | import React, { useState } from 'react'; |
| 107 | 107 | ||
| 108 | function Example() { | 108 | function Example() { |
