rg/naloga_1/index.html
Gašper Dobrovoljc ff56a51b82
Naloga 1
2024-10-23 15:24:56 +02:00

13 lines
341 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Domača Naloga 1</title>
<script defer src="script.js"></script>
</head>
<body style="margin: 0; padding: 0;">
<canvas id="canvas" width="512px" height="512px"></canvas>
</body>
</html>