Files
desktop/app/dev.html
rosetta 83f38dc63f 'init'
2026-01-30 05:01:05 +02:00

12 lines
216 B
HTML

<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<title>Rosetta Messenger</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/renderer.tsx"></script>
</body>
</html>