Spaces:
Sleeping
Sleeping
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width" /> | |
<title>Show {{ imageLabel }}</title> | |
<link rel="stylesheet" href="../static/css/main.css" /> | |
</head> | |
<body> | |
<h1>Showing {{ imageLabel }}</h1> | |
<img src="{{ image }}"> | |
<h1>Navigation</h1> | |
<li> | |
<a href="../..">Home</a> | |
</li> | |
<script | |
src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.contentWindow.min.js"></script> | |
</body> | |
</html> |