24 lines
1.0 KiB
HTML
24 lines
1.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="%sveltekit.assets%/favicon.svg" />
|
|
<link rel="mask-icon" href="%sveltekit.assets%/favicon.svg" color="#000000" />
|
|
<meta name="theme-color" content="#6366F1" />
|
|
<link rel="manifest" href="%sveltekit.assets%/manifest.json" />
|
|
%sveltekit.head%
|
|
</head>
|
|
<body style="overflow: hidden">
|
|
<div id="svelte">%sveltekit.body%</div>
|
|
</body>
|
|
</html>
|