aboutsummaryrefslogtreecommitdiff
path: root/slides/example/index.html
blob: 2ca36c0e8c532b789b32cbb8913e7133e1d38ad0 (plain)
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
41
<!doctype html>
<html lang="en">

	<head>
		<meta charset="utf-8">
		<title>Title</title>
		<link rel="icon" type="image/gif" href="/assets/avatar.gif?ver=20180803">
	</head>

	<body>

		<script src="//cdnjs.cloudflare.com/ajax/libs/remark/0.14.0/remark.min.js"></script>

		<script>
			let slideshow = remark.create({
				sourceUrl: 'slides.md',
				ratio: '16:9',
				mouseWheel: false,
			});
		</script>

		<style>
			* { box-shadow: none !important;}
			.remark-container {
				background-color: #fff !important;
			}
			table {
				width:100%;
				border-collapse:collapse;
				border-spacing:0;
			}
			table, table td,table th {
				border: 3px solid #f0f0f0;
				text-align: left;
				padding: 10px;
			}
		</style>

	</body>

</html>