rg/naloga_2/index.html
2024-11-17 19:09:01 +01:00

20 lines
380 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 2</title>
<script defer src="main.js" type="module"></script>
</head>
<style>
body {
margin: 0;
padding: 0;
overflow: hidden;
}
</style>
<body>
<canvas></canvas>
</body>
</html>