This commit is contained in:
sidharthv96
2023-09-14 20:12:03 +00:00
parent 32070044e5
commit 61a360193f
69 changed files with 2699 additions and 31 deletions
+10 -10
View File
@@ -17,24 +17,24 @@
<link rel="manifest" href="./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=="
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.38778e1e.js">
<link rel="modulepreload" href="./_app/immutable/entry/start.43ca17e6.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.2bb936cc.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.7d644f51.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.e0609975.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.ed2598b6.js">
<link rel="modulepreload" href="./_app/immutable/chunks/paths.5f85e951.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.4b673cc5.js">
<link rel="modulepreload" href="./_app/immutable/chunks/preload-helper.3c41be77.js">
<link rel="modulepreload" href="./_app/immutable/chunks/paths.96fbac8c.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.2153e50b.js">
<link rel="modulepreload" href="./_app/immutable/chunks/preload-helper.a4192956.js">
</head>
<body>
<div id="svelte">
<script>
{
__sveltekit_eyc43 = {
__sveltekit_tlw8ze = {
assets: "/mermaid-live-editor",
base: new URL(".", location).pathname.slice(0, -1),
env: {}
@@ -43,8 +43,8 @@
const element = document.currentScript.parentElement;
Promise.all([
import("./_app/immutable/entry/start.38778e1e.js"),
import("./_app/immutable/entry/app.4b673cc5.js")
import("./_app/immutable/entry/start.43ca17e6.js"),
import("./_app/immutable/entry/app.2153e50b.js")
]).then(([kit, app]) => {
kit.start(app, element);
});