mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-06 11:14:36 -06:00
13 lines
328 B
HTML
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>
|