Files
mermaid-live-editor/edit.html
T
2025-02-21 17:15:13 +00:00

53 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 &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.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.BSBLPN9s.js">
<link rel="modulepreload" href="./_app/immutable/chunks/Dm50pN9c.js">
<link rel="modulepreload" href="./_app/immutable/chunks/D0cbGK1B.js">
<link rel="modulepreload" href="./_app/immutable/chunks/BcVkNKII.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.DAEp0F1r.js">
<link rel="modulepreload" href="./_app/immutable/chunks/YkN13DnH.js">
<link rel="modulepreload" href="./_app/immutable/chunks/gz-FRm8U.js">
<link rel="modulepreload" href="./_app/immutable/chunks/pJtClZPV.js">
<link rel="modulepreload" href="./_app/immutable/chunks/Bg9kRutz.js">
<link rel="modulepreload" href="./_app/immutable/chunks/81DLP1TA.js">
<link rel="modulepreload" href="./_app/immutable/chunks/DAjjNrHc.js">
</head>
<body style="overflow: hidden">
<div id="svelte">
<script>
{
__sveltekit_lhxnd = {
base: new URL(".", location).pathname.slice(0, -1),
assets: "/mermaid-live-editor"
};
const element = document.currentScript.parentElement;
Promise.all([
import("./_app/immutable/entry/start.BSBLPN9s.js"),
import("./_app/immutable/entry/app.DAEp0F1r.js")
]).then(([kit, app]) => {
kit.start(app, element);
});
}
</script>
</div>
</body>
</html>