Files
EBLv2/index.html

12 lines
249 B
HTML
Raw Normal View History

2025-09-30 18:47:23 +10:00
<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>