aboutsummaryrefslogtreecommitdiff
path: root/slides/example/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'slides/example/index.html')
-rw-r--r--slides/example/index.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/slides/example/index.html b/slides/example/index.html
new file mode 100644
index 0000000..6236656
--- /dev/null
+++ b/slides/example/index.html
@@ -0,0 +1,40 @@
1<!DOCTYPE html>
2<html>
3
4 <head>
5 <title>Title</title>
6 <meta charset="utf-8">
7 </head>
8
9 <body>
10
11 <script src="//cdnjs.cloudflare.com/ajax/libs/remark/0.14.0/remark.min.js"></script>
12
13 <script>
14 let slideshow = remark.create({
15 sourceUrl: 'slides.md',
16 ratio: '16:9',
17 mouseWheel: false,
18 });
19 </script>
20
21 <style>
22 * { box-shadow: none !important;}
23 .remark-container {
24 background-color: #fff !important;
25 }
26 table {
27 width:100%;
28 border-collapse:collapse;
29 border-spacing:0;
30 }
31 table, table td,table th {
32 border: 3px solid #f0f0f0;
33 text-align: left;
34 padding: 10px;
35 }
36 </style>
37
38 </body>
39
40</html>