Skip to content

Commit 1cdcca0

Browse files
committed
Add first test structure
1 parent 436f8db commit 1cdcca0

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

slides/week-1.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<html>
2+
<head>
3+
<link rel="stylesheet" href="./lib/css/reveal.css">
4+
<link rel="stylesheet" href="./lib/css/theme/white.css">
5+
</head>
6+
<body>
7+
<div class="reveal">
8+
<div class="slides">
9+
10+
<section>Slide 1</section>
11+
<section>Slide 2</section>
12+
<section data-markdown>
13+
<textarea data-template>
14+
## Page title
15+
16+
A paragraph with some text and a [link](http://hakim.se).
17+
</textarea>
18+
</section>
19+
20+
</div>
21+
</div>
22+
<script src="./lib/js/reveal.js"></script>
23+
<script src="./lib/js/marked.js"></script>
24+
<script src="./lib/js/markdown.js"></script>
25+
<script src="./lib/initReveal.js"></script>
26+
</body>
27+
</html>

0 commit comments

Comments
 (0)