DDRCompanion/index.html

10 lines
257 B
HTML
Raw Normal View History

2024-05-14 21:03:59 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/index.tsx"></script>
</body>
</html>