2024-05-14 17:03:59 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2024-05-15 13:57:16 -04:00
|
|
|
<title>DDR Companion</title>
|
|
|
|
<meta name="description" content="My Awesome App description">
|
2024-05-15 17:29:17 -05:00
|
|
|
<link rel="icon" href="%BASE_URL%/favicon.ico">
|
2024-05-14 17:03:59 -04:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2024-05-15 13:57:16 -04:00
|
|
|
<meta name="theme-color" content="#ffffff">
|
2024-05-14 17:03:59 -04:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
|
|
|
<script type="module" src="./src/index.tsx"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|