blob: eae1cc2ac273eb99bf005f091366c8a920d65639 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!doctype html>
<html>
<head>
<meta charset='utf-8'/>
<title>webhogg</title>
</head>
<body>
<canvas id='c'>your browser is incompetent</canvas>
<script src='pkg/main.js'></script>
</body>
</html>
|