minesweeper-frontend/index.html
Jose134 22a304907e
Some checks failed
gitea/minesweeper-frontend/pipeline/head There was a failure building this commit
Fix deployment
2025-01-22 15:32:52 +01:00

13 lines
298 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Minesweeper</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>