mirror of
https://github.com/vlang/v.git
synced 2025-08-04 02:07:28 -04:00
18 lines
482 B
HTML
18 lines
482 B
HTML
<!doctype html>
|
|
<html lang="en-us">
|
|
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<meta content="text/html; charset=utf-8" http-equiv=Content-Type>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>V Tetris</title>
|
|
</head>
|
|
<body class="main">
|
|
<canvas width="200" height="400" id="canvas" style="border: 1px solid black;"></canvas>
|
|
<script src="tetris.js"></script>
|
|
<script>
|
|
const m = Module()
|
|
</script>
|
|
</body>
|
|
</head>
|