summaryrefslogtreecommitdiff
path: root/2026/games_submissions/pralkarz/index.html
blob: 5e5417ae71821e6b1b68594951ed9a30af00c607 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html lang="en">
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1" />
        <title>dżem</title>
        <style>
            * {
                margin: 0;
                padding: 0;
            }
        </style>
    </head>
    <body>
        <canvas id="dzem" width="240" height="160"></canvas>
        <script src="dzem.js"></script>
    </body>
</html>