init
This commit is contained in:
parent
5e34e1bbbd
commit
e236c2c67b
5 changed files with 281 additions and 7 deletions
22
share/html/presentation.html
Normal file
22
share/html/presentation.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title></title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<script src="remark.min.js"></script>
|
||||
<script>
|
||||
function create() {
|
||||
return remark.create({
|
||||
sourceUrl: 'presentation.md',
|
||||
ratio: '16:9',
|
||||
highlightLines: true,
|
||||
countIncrementalSlides: false,
|
||||
highlightStyle: 'github'
|
||||
});
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body onload="slideshow = create()">
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue