Skip to content

Commit 9d8cb83

Browse files
committed
Added library files so we don't have to keep fetching them
1 parent b4314db commit 9d8cb83

126 files changed

Lines changed: 41279 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
html5slides:
2+
theme: default
3+
template: regular
213 Bytes
Loading
8.27 KB
Loading
31 KB
Loading
82.8 KB
Loading
7.3 KB
Loading
79.6 KB
Loading
2.06 KB
Loading
1.06 KB
Loading
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
{{> head }}
5+
{{{ stylesheets }}}
6+
</head>
7+
<body style='display: none'>
8+
<section class='slides layout-regular template-regular'>
9+
<!-- SLIDES -->
10+
{{# slides }}
11+
{{{ slide }}}
12+
{{/ slides }}
13+
</section>
14+
</body>
15+
<!-- LOAD JAVASCRIPTS -->
16+
<script src='{{url.theme}}/slides.js'></script>
17+
{{> javascripts }}
18+
</html>
19+

0 commit comments

Comments
 (0)