about summary refs log tree commit diff stats
path: root/js/peep/index.html
blob: bca8de2953c854e2b3b77a0b960072dd20af356e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>peep</title>
    <style>
        body, html, #peep {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
        }
    </style>
</head>
<body>
    <canvas id="peep"></canvas>
    <script src="app.js"></script>
</body>
</html>