12 lines
249 B
HTML
12 lines
249 B
HTML
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<link rel="stylesheet" href="index.css">
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<body>
|
||
|
|
<p id="response"></p>
|
||
|
|
<canvas id="canvas" width="480" height="270"></canvas>
|
||
|
|
</body>
|
||
|
|
|
||
|
|
<script src="index.js"></script>
|
||
|
|
</html>
|