amical/apps/desktop/index.html
2025-06-28 13:28:01 +05:30

11 lines
224 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/main/index.tsx"></script>
</body>
</html>