2019-12-14 23:11:00 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html><head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title></title>
|
|
|
|
<link rel="stylesheet" href="./index.scss" />
|
|
|
|
</head><body>
|
|
|
|
<canvas id="GameCanvas" width="500" height="400"></canvas>
|
2020-02-16 05:01:30 +00:00
|
|
|
<canvas id="RenderTest" width="500" height="400"></canvas>
|
2019-12-14 23:11:00 +00:00
|
|
|
<script src="./index.ts"></script>
|
|
|
|
</body></html>
|