13 lines
367 B
HTML
13 lines
367 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>openarras</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<canvas width="1000" height="700" id="board"></canvas>
|
|
<p id="raw-info"></p>
|
|
<script src="./index.js" type="module"></script>
|
|
</body>
|
|
</html> |