1
0
Fork 0
todo-list/index.html

16 lines
394 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
</head>
<body class="m-0 min-h-screen">
<div id="root" class="my-0 mx-auto"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>