js13kgames2014-futris/index.html
2014-08-19 17:19:15 +02:00

14 lines
341 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="fuTris.js"></script>
</body>
</html>