Files
snex.io/client/index.html
T
2019-01-07 15:03:08 +01:00

15 lines
536 B
HTML

<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<script src="/socket.io/socket.io.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="main.css" rel="stylesheet">
</head>
<body>
<canvas id="game" width="1600" height="900"></canvas>
<script src="main.js"></script>
</body>
</html>