-
Notifications
You must be signed in to change notification settings - Fork 478
/
index.html
32 lines (28 loc) · 1018 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Presentation</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.2.4/tiny-slider.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.2.4/min/tiny-slider.js"></script>
<style>
body {
padding: 20px 50px;
font-family: monospace;
font-size: 11pt;
color: #555;
}
p {
padding-bottom: 10px;
border-bottom: 1px solid #cccccc;
}
</style>
</head>
<body>
<iframe style="position: fixed; right: 0" src="https://ghbtns.com/github-btn.html?user=Bogdan-Lyashenko&repo=js-code-to-svg-flowchart&type=star&count=true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
<div id="container"> </div>
<script src="../../../dist/js2flowchart.js"></script>
<script src="code-sample.js"></script>
<script src="index.js"></script>
</body>
</html>