v2 / examples / tetris / index.html
17 lines · 16 sloc · 482 bytes · ca0f5893102cea68eb8ed96454702bf1295c3b5b
Raw
1<!doctype html>
2<html lang="en-us">
3
4<head>
5 <meta charset=utf-8>
6 <meta content="text/html; charset=utf-8" http-equiv=Content-Type>
7 <meta name="viewport" content="width=device-width, initial-scale=1.0">
8 <title>V Tetris</title>
9</head>
10<body class="main">
11 <canvas width="200" height="400" id="canvas" style="border: 1px solid black;"></canvas>
12 <script src="tetris.js"></script>
13 <script>
14 const m = Module()
15 </script>
16</body>
17</head>
18