This commit is contained in:
Gašper Dobrovoljc
2024-10-23 15:24:56 +02:00
commit ff56a51b82
11 changed files with 586 additions and 0 deletions

13
naloga_1/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!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>