-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
89 lines (61 loc) · 2.26 KB
/
index.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html __snippetscriptloaded__=yes lang=en-US>
<meta charset=utf-8>
<meta http-equiv=X-UA-Compatible content="IE=edge">
<title>www | WebSlides Page</title>
<meta property=og:title content=www>
<meta property=og:locale content=en_US>
<meta name=description content="WebSlides Page">
<meta property=og:description content="WebSlides Page">
<link rel=canonical href=https://git.webslides.pl/>
<meta property=og:url content=http://git.webslides.pl/>
<meta property=og:site_name content=www>
<meta name=twitter:card content=summary>
<meta property=twitter:title content=www>
<script type=application/ld+json>{
"@type": "WebSite",
"headline": "www",
"url": "http://git.webslides.pl/",
"description": "WebSlides Page",
"name": "www",
"@context": "https://schema.org"
}</script>
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"
integrity="sha256-3Jy/GbSLrg0o9y5Z5n1uw0qxZECH7C6OQpVBgNFYa0g=" crossorigin="anonymous"></script>
<![endif]-->
<meta name=viewport content="width=device-width, initial-scale=1, user-scalable=no">
<link type=image/x-icon rel="shortcut icon"
href="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==">
<!--<link rel="stylesheet" href="default.css">-->
<link rel="stylesheet" href="//md.softreck.dev/reset.css">
<link rel="stylesheet" href="//md.softreck.dev/reveal.css">
<link rel="stylesheet" href="//md.softreck.dev/white.css">
<link rel="stylesheet" href="//md.softreck.dev/docs.css">
</head>
<body>
<header style=display:none!important>
</header>
<div id=banner style=display:none!important>
</div>
<div class=wrapper>
</div>
<div class="reveal">
<div class="slides">
<!-- Use external markdown resource, separate slides by three newlines; vertical slides by two newlines -->
<section data-markdown="README.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n"></section>
</div>
</div>
<script src="//md.softreck.dev/dist/reveal.js"></script>
<script src="//md.softreck.dev/plugin/markdown/markdown.js"></script>
<script>
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
plugins: [RevealMarkdown]
});
</script>
</body>
</html>