Naloga 3 WIP
This commit is contained in:
23
naloga_3/index.html
Normal file
23
naloga_3/index.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Naloga 3</title>
|
||||
<script type="importmap">
|
||||
{
|
||||
"imports": {
|
||||
"engine/": "./engine/",
|
||||
"dat": "./lib/dat.js",
|
||||
"glm": "./lib/glm.js"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<link rel="stylesheet" href="engine/style.css">
|
||||
<script type="module" src="main.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="fullscreen no-touch pixelated">
|
||||
<canvas></canvas>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user