This commit is contained in:
Sidharth Vinod
2021-05-09 19:10:30 +05:30
parent 73a36fe8f4
commit a89548dab6
+14 -18
View File
@@ -3,9 +3,20 @@
<head>
<meta charset="utf8" />
<meta name="viewport" content="width=device-width" />
<title>Mermaid live editor</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Online FlowChart &amp; Diagrams Editor - Mermaid Live Editor</title>
<meta
name="og:image"
content="https://github.com/mermaid-js/mermaid/raw/develop/img/header.png"
/>
<link
rel="canonical"
href="https://mermaid-js.github.io/mermaid-live-editor/"
/>
<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."
/>
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="bundle.css" />
@@ -38,21 +49,6 @@
ga('create', 'UA-153180559-1', 'auto');
</script>
<!-- End Google Analytics -->
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Online FlowChart &amp; Diagrams Editor - Mermaid Live Editor</title>
<meta
name="og:image"
content="https://github.com/mermaid-js/mermaid/raw/develop/img/header.png"
/>
<link
rel="canonical"
href="https://mermaid-js.github.io/mermaid-live-editor/"
/>
<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."
/>
</head>
<body>
<script src="bundle.js"></script>