pteropus/web/index.html

18 lines
439 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" name="filename" accept="image/tiff, .tif, .tiff">
</div>
</div>
</body>
</html>