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