mirror of
https://github.com/davidkaya/aryx.git
synced 2026-08-02 01:48:33 +02:00
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
19 lines
357 B
HTML
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>
|