zoomed images page
parent
ea82081219
commit
7b527530ae
@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<img src="/static/img/{{ image }}">
|
||||
<form action="/upload2/{{image}}" method="POST" enctype="multipart/form-data">
|
||||
<label for="tile">Choose an image to upload:</label>
|
||||
<input type="file"
|
||||
id="tile" name="tile" required>
|
||||
<input type="submit" value="Upload">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue