Files
mermaid-live-editor/edit.html
T
2023-12-01 06:31:40 +00:00

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 &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="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.b1d780b7.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.b6d43b64.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.625c64f2.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.0a6d59f0.js">
<link rel="modulepreload" href="./_app/immutable/chunks/paths.f100135f.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.d3c02e61.js">
<link rel="modulepreload" href="./_app/immutable/chunks/preload-helper.a4192956.js">
</head>
<body>
<div id="svelte">
<script>
{
__sveltekit_n7gk1l = {
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.b1d780b7.js"),
import("./_app/immutable/entry/app.d3c02e61.js")
]).then(([kit, app]) => {
kit.start(app, element);
});
}
</script>
</div>
</body>
</html>