56 lines
2.2 KiB
HTML
56 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Online FlowChart & 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.live" />
|
|
<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.svg" />
|
|
<link rel="mask-icon" href="./favicon.svg" color="#000000" />
|
|
<meta name="theme-color" content="#6366F1" />
|
|
<link rel="manifest" href="./manifest.json" />
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
|
|
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
|
|
crossorigin="anonymous"
|
|
referrerpolicy="no-referrer" />
|
|
|
|
<link rel="modulepreload" href="./_app/immutable/entry/start.43ca17e6.js">
|
|
<link rel="modulepreload" href="./_app/immutable/chunks/index.2bb936cc.js">
|
|
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.e0609975.js">
|
|
<link rel="modulepreload" href="./_app/immutable/chunks/index.ed2598b6.js">
|
|
<link rel="modulepreload" href="./_app/immutable/chunks/paths.96fbac8c.js">
|
|
<link rel="modulepreload" href="./_app/immutable/entry/app.2153e50b.js">
|
|
<link rel="modulepreload" href="./_app/immutable/chunks/preload-helper.a4192956.js">
|
|
</head>
|
|
<body>
|
|
<div id="svelte">
|
|
<script>
|
|
{
|
|
__sveltekit_tlw8ze = {
|
|
assets: "/mermaid-live-editor",
|
|
base: new URL(".", location).pathname.slice(0, -1),
|
|
env: {}
|
|
};
|
|
|
|
const element = document.currentScript.parentElement;
|
|
|
|
Promise.all([
|
|
import("./_app/immutable/entry/start.43ca17e6.js"),
|
|
import("./_app/immutable/entry/app.2153e50b.js")
|
|
]).then(([kit, app]) => {
|
|
kit.start(app, element);
|
|
});
|
|
}
|
|
</script>
|
|
</div>
|
|
</body>
|
|
</html>
|