aboutsummaryrefslogtreecommitdiff
path: root/slides/example/index.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-08-09 00:20:17 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-08-09 00:20:17 +0200
commit7badb6274e44aaf569e464dc51a538207ff69201 (patch)
treea63071efb2ce3b16a96ee029246cfa7d0802e7a8 /slides/example/index.html
parentbd32deb8079f1aa972a6445de7c9d5499d249f61 (diff)
downloadmitjafelicijan.com-7badb6274e44aaf569e464dc51a538207ff69201.tar.gz
content update
Diffstat (limited to 'slides/example/index.html')
-rw-r--r--slides/example/index.html41
1 files changed, 0 insertions, 41 deletions
diff --git a/slides/example/index.html b/slides/example/index.html
deleted file mode 100644
index 2ca36c0..0000000
--- a/slides/example/index.html
+++ /dev/null
@@ -1,41 +0,0 @@
1<!doctype html>
2<html lang="en">
3
4 <head>
5 <meta charset="utf-8">
6 <title>Title</title>
7 <link rel="icon" type="image/gif" href="/assets/avatar.gif?ver=20180803">
8 </head>
9
10 <body>
11
12 <script src="//cdnjs.cloudflare.com/ajax/libs/remark/0.14.0/remark.min.js"></script>
13
14 <script>
15 let slideshow = remark.create({
16 sourceUrl: 'slides.md',
17 ratio: '16:9',
18 mouseWheel: false,
19 });
20 </script>
21
22 <style>
23 * { box-shadow: none !important;}
24 .remark-container {
25 background-color: #fff !important;
26 }
27 table {
28 width:100%;
29 border-collapse:collapse;
30 border-spacing:0;
31 }
32 table, table td,table th {
33 border: 3px solid #f0f0f0;
34 text-align: left;
35 padding: 10px;
36 }
37 </style>
38
39 </body>
40
41</html>