Naloga 1
This commit is contained in:
13
naloga_1/index.html
Normal file
13
naloga_1/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user