DDRCompanion/index.html

14 lines
467 B
HTML
Raw Normal View History

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">
<link rel="icon" href="/ddr/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>