20 lines
532 B
HTML
20 lines
532 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<link rel="icon" href="/favicon.ico"/>
|
|
<meta
|
|
name="description"
|
|
content="TanStack/Router Address Book"
|
|
/>
|
|
<link rel="apple-touch-icon" href="/logo192.png"/>
|
|
<link rel="manifest" href="/manifest.json"/>
|
|
<title>Create TanStack App - tsr-address-book</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|