2018-11-05 20:57:26 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
2018-11-05 21:01:57 +00:00
|
|
|
<meta http-equiv="refresh" content="{{ refresh }};url={{ url_for("random") }}">
|
2018-11-05 20:57:26 +00:00
|
|
|
</head>
|
|
|
|
<body bgcolor="black">
|
|
|
|
<img src="{{ url_for("random_image") }}" style="height: 98%; width: 100%; object-fit: contain"/>
|
|
|
|
</body>
|
|
|
|
</html>
|