1<!doctype html>
2<html>
3<head>
4	<meta charset='utf8'>
5	<meta name='viewport' content='width=device-width'>
6
7	<title>Mermaid live editor</title>
8
9	<link rel='icon' type='image/png' href='favicon.png'>
10	<link rel='stylesheet' href='styles.css'>
11	<link rel='stylesheet' href='bundle.css'>
12	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
13<!-- Google Analytics -->
14<script>
15	(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
16	(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
17	m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
18	})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
19
20	ga('create', 'UA-153180559-1', 'auto');
21	</script>
22	<!-- End Google Analytics -->
23
24	<style>
25		.myInlineDecoration {
26			/* cursor: pointer; */
27			/* text-decoration: underline; */
28			font-weight: bold;
29			font-style: oblique;
30			background: #ffcccc;
31		}
32		#dgraph-div {
33			display: none;
34		}
35</style>
36  <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
37  <title>Online FlowChart &amp; Diagrams Editor - Mermaid Live Editor</title>
38  <meta name="og:image" content="https://github.com/mermaid-js/mermaid/raw/develop/img/header.png">
39  <link rel="canonical" href="https://mermaid-js.github.io/mermaid-live-editor/">
40  <meta name="description" content="Simplify documentation and avoid heavy tools. Open source Visio Alternative. Commonly used for explaining your code! Mermaid is a simple markdown-like script language for generating charts from text via javascript.">
41  </head>
42<body>
43	<script src='bundle.js'></script>
44</body>
45</html>