Lobby Start Mechanik und abfangen aller Möglichen Fehler
This commit is contained in:
17
frontend/game/index.html
Normal file
17
frontend/game/index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Doublesnake - Game</title>
|
||||
<link rel="stylesheet" href="../style/generalStyle.css">
|
||||
<link rel="stylesheet" href="./style/mainStyle.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
|
||||
<script src="https://cdn.socket.io/4.7.2/socket.io.min.js"></script>
|
||||
<script type="module" src="./scripts/index.js"></script>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user