Files
aryx/src/renderer/index.html
T

19 lines
359 B
HTML

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