pteropus/web/index.html

19 lines
482 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>
</div>
</div>
</body>
</html>