-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (30 loc) · 997 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PHP.apisql.com</title>
<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>
<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>