about summary refs log blame commit diff stats
path: root/js/peep/index.html
blob: bca8de2953c854e2b3b77a0b960072dd20af356e (plain) (tree)



















                                                                          
<!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>