Add working production build

This commit is contained in:
2025-08-24 23:56:52 +03:00
Unverified
parent 8348547baa
commit f7829f30d8
4 changed files with 99 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Hello World!</title>
</head>
<body>
<h1>💖 Hello World!</h1>
<p>Welcome to your Electron application.</p>
<script type="module" src="/src/renderer.js"></script>
</body>
</html>