forked from mermaidjs/mermaid-live-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (19 loc) · 933 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>Online FlowChart & Diagrams Editor - Mermaid Live Editor</title>
<meta name="og:image" content="https://mermaidjs.github.io/images/header.png">
<link rel="canonical" href="https://mermaidjs.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>
<h1>Legacy live editor - no longer maintained</h1>
<div id="root"></div>
<script src="./src/index.js" charset="UTF-8"></script>
<script>
location.href = location.href.replace('https://mermaid-js.github.io', 'https://mermaid-js.github.io');
</script>
</body>
</html>