lotine/index.html
Shinwoo PARK 6c97c5927c feat: initialize react router project
initialized with `create-vite@latest --template react-ts`, replaced eslint with biome, added tailwindcss & react-router
2025-02-28 08:43:14 +00:00

13 lines
293 B
HTML

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