16 lines
408 B
HTML
16 lines
408 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Pteropus</title>
|
|
<link rel="stylesheet" href="pteropus-frame.css">
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<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>
|
|
</body>
|
|
</html>
|