]> git.plutz.net Git - clickslide/blob - example.short
use shorthand html
[clickslide] / example.short
1 [!DOCTYPE HTML]
2 [html [head
3   [meta name="viewport" content="width=device-width"]
4   [title Demo]
5   [link rel="stylesheet" type="text/css" href="autoslide.css"]
6 ][body
7   [div #1
8     [h1 Folie A]
9     [ul [li]
10       [li Eins]
11       [li Zwei]
12       [li Drei]
13       [li Vier]
14       [li Fünf]
15     ]
16   ][div #2
17     [h1 Folie B]
18   ]
19 ]]