Hello
This commit is contained in:
commit
3c28404b30
BIN
Provo_River_Falls_360.JPG
Normal file
BIN
Provo_River_Falls_360.JPG
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.8 MiB |
15
index.html
Normal file
15
index.html
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<script type="module" src="panorama-viewer.js"></script>
|
||||||
|
<script type="module">
|
||||||
|
import { hello } from "./panorama-viewer.js";
|
||||||
|
hello();
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Panorama Viewer</h1>
|
||||||
|
<canvas></canvas>
|
||||||
|
<img height="400" width="800" src="Provo_River_Falls_360.JPG">
|
||||||
|
</body>
|
||||||
|
</html>
|
1
panorama-viewer.js
Normal file
1
panorama-viewer.js
Normal file
@ -0,0 +1 @@
|
|||||||
|
export const hello = () => console.log("hello world");
|
Loading…
Reference in New Issue
Block a user