This commit is contained in:
2022-10-23 23:30:15 -06:00
parent 3fa9cf2c94
commit 6fdd07cc14
2 changed files with 16 additions and 3 deletions

View File

@ -11,7 +11,7 @@
</head>
<body>
<h1>Panorama Viewer</h1>
<canvas id="viewer" width="800" height="800" style="border: 1px solid black;"></canvas>
<canvas id="viewer" width="800" height="300" style="border: 1px solid black;"></canvas>
<img id="image" height="400" width="800" src="Provo_River_Falls_360.JPG">
</body>
</html>