summaryrefslogtreecommitdiff
path: root/index.html
blob: d2fa69cb4bc58632719b09babb3251dda820c2d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
    <head>
        <title>IoT Project</title>
        <link rel="stylesheet" type="text/css" href="style.css" />
    </head>
    <body>
        
        <p style="position: absolute; left: 20px; border: 3px dashed orange; padding: 4px">
            Click anywhere on the screen to move the robot!
        </p>
        <canvas id="drawing-board"></canvas>

        <script src="./index.js"></script>
    </body>
</html>