14 lines
398 B
HTML
14 lines
398 B
HTML
<!doctype html>
|
|
<html lang="">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>fuTris -- a js13kGames entry</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="main.css">
|
|
</head>
|
|
<body>
|
|
<canvas id="fuTris"></canvas>
|
|
<script src="http://localhost:8080/skewer"></script>
|
|
<script src="fuTris.js"></script>
|
|
</body>
|
|
</html>
|