Für die Svelte-Oberfläche sind alle notwendigen Dateien vorhanden.

This commit is contained in:
2021-04-08 12:28:26 +02:00
parent fe3a4f69bf
commit 9b99c6a4dc
6 changed files with 110 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
+19
View File
@@ -0,0 +1,19 @@
<!doctype html>
<!--suppress HtmlUnknownTarget -->
<html lang="de">
<head>
<base href="/" />
<meta charset="utf8">
<meta name="viewport" content="width=device-width">
<title>Svelte app</title>
<link rel="stylesheet" href="/global.css">
<link rel="stylesheet" href="/bundle.css">
<script type="module" data-main="/index.js"></script>
<script nomodule data-main="/index.js"></script>
</head>
<body>
</body>
</html>