Files
REXNT/index.html
2026-01-13 03:58:08 +03:00

20 lines
413 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" sizes="32x32" href="/src/assets/REXNT.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.5" />
<title>Rexnt</title>
</head>
<body>
<div id="root" style="overflow-y: scroll !important;"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>