index.html 505 B
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.3.0/socket.io.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5@1.0.0/lib/p5.min.js"></script>
<script src="../game_loader.js"></script>
</head>
<body>
<h1>
Cards against humanity Game!
</h1>
<a href="../"><- Back to Games!</a><br><br>
<!-- <p>
Current running games: <br>
</!-->
</body>
</html>