forked from yhatt/marp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
slide.html
29 lines (25 loc) · 1.21 KB
/
slide.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Security-Policy" content="connect-src http: https:; child-src http: https:;" />
<title>Marp presentation</title>
<link rel="stylesheet" href="css/slide.css" data-marp-path-resolver="href" />
<link rel="stylesheet" id="theme-css" href="css/themes/default.css" data-marp-path-resolver="href" />
<link href="node_modules/prismjs/themes/prism.css" rel="stylesheet" />
<link href="node_modules/prismjs/themes/prism-okaidia.css" rel="stylesheet" />
<link href="node_modules/prismjs/plugins/line-numbers/prism-line-numbers.css" rel="stylesheet" />
<link href="node_modules/prismjs/plugins/command-line/prism-command-line.css" rel="stylesheet" />
<link href="node_modules/prismjs/plugins/line-highlight/prism-line-highlight.css" rel="stylesheet" />
<base href="./" target="_blank">
</head>
<body class="slide-view screen">
<script src="node_modules/prismjs/prism.js"></script>
<div id="container">
<div id="markdown" class="markdown-body"></div>
</div>
<div id="to-pdf-wrapper">
<img src="images/throbbers/white.svg" data-marp-path-resolver="src" />
</div>
</body>
</html>