22 lines
697 B
HTML
22 lines
697 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Pteropus</title>
|
|
<link rel="stylesheet" href="pteropus-frame.css">
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="whole-window">
|
|
<script type="module" src="pteropus-frame.js"></script>
|
|
<canvas id="pteropus-canvas"></canvas>
|
|
<div id="bottom-panel">
|
|
<input type="file" id="file-upload-file-input" accept="image/tiff, .tif, .tiff">
|
|
<button id="clear-scene-button">Clear Scene</button>
|
|
<button id="load-small-sample-button">Load Small Sample</button>
|
|
<button id="load-medium-sample-button">Load Medium Sample</button>
|
|
<button id="load-large-sample-button">Load Large Sample</button>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|