Files
METH_Transcendence/site/real_game/index.html
Kum1ta 44ad413120 Game
- Create class "player"
2024-08-18 01:48:50 +02:00

16 lines
234 B
HTML

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