Files
METH_Transcendence/site/real_game/index.html
Kum1ta aee1f94ea3 Game
- Update player class
2024-08-19 00:42:53 +02:00

18 lines
285 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Page</title>
<style>
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
</style>
<script src="./main.js" type="module"></script>
</head>
<body>
</body>
</html>