amical/apps/electron/index.html
Haritabh b01a112102
feat: electron app init & setup (#10)
* feat: electron app init & setup

* fix: swift io bridge naming

* chore: deps fix
2025-05-19 22:54:10 +05:30

11 lines
222 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Amical App</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="src/renderer/renderer.tsx"></script>
</body>
</html>