-
Notifications
You must be signed in to change notification settings - Fork 254
/
blank.html
40 lines (33 loc) · 956 Bytes
/
blank.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>Blank slides</title>
<link href="https://inspirejs.org/inspire.css" rel="stylesheet" />
<link href="theme.css" rel="stylesheet" />
<link href="talk.css" rel="stylesheet" />
</head>
<body class="language-markup" data-prism-plugins="normalize-whitespace">
<header id="intro" class="slide">
<h1>
Add title
</h1>
</header>
<section>
<header class="slide">
<h1>Sample section</h1>
</header>
<article class="slide" title="Inspire.js: Introduction">
<h1>Getting started</h1>
<ul class="delayed-children">
<li>Copy this blank.html somewhere</li>
<li>Also talk.css, theme.css</li>
<li>Add Your Own Content</li>
<li>Add talk-specific styling to talk.css</li>
</ul>
</article>
</section>
<script src="https://inspirejs.org/inspire.mjs" type="module"></script>
</body>
</html>