init commit
This commit is contained in:
32
index.html
Normal file
32
index.html
Normal file
@@ -0,0 +1,32 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>Hello World</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<script type="importmap">
|
||||
{
|
||||
"imports": {
|
||||
"three": "./node_modules/three/build/three.module.js",
|
||||
"three/": "./node_modules/three/",
|
||||
"glsl-pipeline/": "./node_modules/glsl-pipeline/"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<script type="module" src="./main.js"></script>
|
||||
<style>
|
||||
html, body {
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
}
|
||||
#c {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="c"></canvas>
|
||||
</body>
|
||||
Reference in New Issue
Block a user