ExtinctionOnline/index.html

17 lines
530 B
HTML
Raw Normal View History

2022-11-04 22:05:08 +09:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="static/js/game-client.js"></script>
<script src="static/js/websocket.js"></script>
<script src="static/js/player-controller.js"></script>
<script src="static/js/host-controller.js"></script>
<script src="static/js/cards.js"></script>
<title>Document</title>
</head>
<body>
</body>
</html>