commit 3c28404b30ebda08266177ac78f4ea47601dc78c Author: Brandon Dyck Date: Sat Oct 22 09:06:40 2022 -0600 Hello diff --git a/Provo_River_Falls_360.JPG b/Provo_River_Falls_360.JPG new file mode 100644 index 0000000..3cba6be Binary files /dev/null and b/Provo_River_Falls_360.JPG differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..2eba42e --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + + + + + +

Panorama Viewer

+ + + + \ No newline at end of file diff --git a/panorama-viewer.js b/panorama-viewer.js new file mode 100644 index 0000000..40cd385 --- /dev/null +++ b/panorama-viewer.js @@ -0,0 +1 @@ +export const hello = () => console.log("hello world"); \ No newline at end of file