MasterMind/index.html
Florian Bouillon f7a3ae6815 Base du jeux
Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
2020-11-25 16:49:16 +01:00

12 lines
231 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
</body>
<script src="/dist/main.js"></script>
</html>