tanstack-router-quickstart/index.html

14 lines
374 B
HTML
Raw Permalink Normal View History

2023-06-07 23:56:13 +10:00
<!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" />
2024-05-04 20:11:09 +10:00
<title>TanStack Router QuickStart</title>
2023-06-07 23:56:13 +10:00
</head>
<body>
2024-05-04 20:11:09 +10:00
<div id="root"></div>
<script type="module" src="/src/app.tsx"></script>
2023-06-07 23:56:13 +10:00
</body>
</html>