-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
presentation.html
40 lines (29 loc) · 1.21 KB
/
presentation.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 http-equiv="content-type" content="text/html; charset=UTF-8">
<title>p_slides</title>
<link rel="stylesheet" type="text/css" media="screen, projection, print" href="assets/stylesheets/slidy.css" />
<link rel="stylesheet" type="text/css" media="screen" href="assets/stylesheets/style.css" />
<link rel="stylesheet" type="text/css" media="screen, print" href="assets/stylesheets/twitter_bootstrap.css" />
<script src="assets/javascripts/remarkable.min.js"></script>
<script src="assets/javascripts/slidy.js"></script>
<script src="assets/javascripts/jquery.min.js"></script>
<script src="assets/javascripts/jquery-syntax/jquery.syntax.min.js"></script>
<meta name="duration" content="45" />
</head>
<body>
<script type="p_slides" class="presentation">
# Empty Slide
## Time in footer is paused
* Advance to next slide for the timer to start
* Return to this slide for the timer to pause
---
# Kickstart
* This is a kickstart presentation
* Delete these two slides and get going
* [documentation and tutorial](https://github.com/munen/p_slides)
</script>
<script src="assets/javascripts/p_slides.js"></script>
</body>
</html>