demo for electron packaging

This commit is contained in:
2021-03-14 19:55:21 +01:00
parent f14885854e
commit 7377b4c9d0
5 changed files with 100 additions and 21 deletions

View File

@@ -5,11 +5,12 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LfK!Scan</title>
<link rel="icon" type="image/png" href="/favicon.png" />
<base href="./">
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body class="bg-white font-family-karla h-screen">
<script type="module" src="/src/main.js"></script>
<script type="module" src="src/main.js"></script>
</body>
</html>