* Fix monaco import * Cleanup monaco * Test fix * Test fix * build: update Browserslist db * chore(deps): update all non-major dependencies * Fix editor --------- Co-authored-by: GitHub Action <action@github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-merge-queue[bot] <118344674+github-merge-queue[bot]@users.noreply.github.com>
30 lines
1.3 KiB
HTML
30 lines
1.3 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" />
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
|
|
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
|
|
crossorigin="anonymous"
|
|
referrerpolicy="no-referrer" />
|
|
%sveltekit.head%
|
|
</head>
|
|
<body>
|
|
<div id="svelte">%sveltekit.body%</div>
|
|
</body>
|
|
</html>
|