-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 1.49 KB
/
index.html
File metadata and controls
31 lines (31 loc) · 1.49 KB
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
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<!-- the newest version of emojify has some problem for now :( -->
<!-- <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/emojify.js/1.1.0/css/sprites/emojify.min.css" /> -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/emojify.js/0.9.5/emojify.min.css" />
<link rel="stylesheet" href="assets/css/base.min.css" />
<link rel="stylesheet" href="assets/css/theme.min.css" />
</head>
<body>
<script src="//gnab.github.io/remark/downloads/remark-latest.min.js"></script>
<!-- the newest version of emojify has some problem for now :( -->
<!-- <script src="//cdnjs.cloudflare.com/ajax/libs/emojify.js/1.1.0/js/emojify.min.js"></script> -->
<script src="//cdnjs.cloudflare.com/ajax/libs/emojify.js/0.9.5/emojify.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script async src="//platform.twitter.com/widgets.js"></script>
<script src="assets/js/base.min.js"></script>
<script src="assets/js/theme.min.js"></script>
<script>
var slideshow = remark.create({
sourceUrl: 'slide.md',
// ratio: '16:9',
highlightStyle: 'monokai',
highlightLanguage: 'remark',
highlightLines: true
}, slideshowCallback);
</script>
</body>
</html>