-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (21 loc) · 722 Bytes
/
index.html
File metadata and controls
25 lines (21 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Mermaid Viewer</title>
<script>
console.log("index.html starting..")
</script>
<link rel="stylesheet" href="styles/github-markdown.css">
<link rel="stylesheet" href="styles/markdown-theme.css">
</head>
<body id="body-viewer" style="overflow-y: scroll;overflow-x: scroll;background-color: white">
<div id="viewer-content-display">
<div id="container" class="container container-main">
<div class="col-sm-2">
<div id="spinner"></div>
</div>
</div>
</div>
</body>
</html>