gameflow-deck/src/mainview/index.html

13 lines
345 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="./assets/favicon.ico" />
<title>GameFlow</title>
</head>
<body>
<script type="module" src="./index.tsx"></script>
<div id="root"></div>
</body>
</html>