Files
byte-me/frontend/index.html
2025-07-12 21:20:56 -05:00

13 lines
328 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>byteme</title>
</head>
<body>
<div id="root" class="min-h-screen min-w-screen"></div>
<script src="./src/main.tsx" type="module"></script>
</body>
</html>