Files
aryx/src/renderer/index.html
T
2026-03-25 21:11:36 +01:00

19 lines
357 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>aryx</title>
</head>
<body class="bg-slate-950 text-slate-100">
<div id="root"></div>
<script
type="module"
src="./main.tsx"
></script>
</body>
</html>