50 lines
2.0 KiB
HTML
50 lines
2.0 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="modulepreload" href="./_app/immutable/entry/start.Dx5F2u1Y.js">
|
|
<link rel="modulepreload" href="./_app/immutable/chunks/entry.C-L3JNMH.js">
|
|
<link rel="modulepreload" href="./_app/immutable/chunks/scheduler.Cj2_EUWt.js">
|
|
<link rel="modulepreload" href="./_app/immutable/chunks/index.BIOmDrk3.js">
|
|
<link rel="modulepreload" href="./_app/immutable/chunks/paths.CjM9uULC.js">
|
|
<link rel="modulepreload" href="./_app/immutable/entry/app.D_wv-fXY.js">
|
|
<link rel="modulepreload" href="./_app/immutable/chunks/preload-helper.T-GT2vH5.js">
|
|
<link rel="modulepreload" href="./_app/immutable/chunks/index.BrunZg7c.js">
|
|
</head>
|
|
<body style="overflow: hidden">
|
|
<div id="svelte">
|
|
<script>
|
|
{
|
|
__sveltekit_1mib445 = {
|
|
base: new URL(".", location).pathname.slice(0, -1),
|
|
assets: "/mermaid-live-editor"
|
|
};
|
|
|
|
const element = document.currentScript.parentElement;
|
|
|
|
Promise.all([
|
|
import("./_app/immutable/entry/start.Dx5F2u1Y.js"),
|
|
import("./_app/immutable/entry/app.D_wv-fXY.js")
|
|
]).then(([kit, app]) => {
|
|
kit.start(app, element);
|
|
});
|
|
}
|
|
</script>
|
|
</div>
|
|
</body>
|
|
</html>
|