9 lines
231 B
HTML
9 lines
231 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="refresh" content="5;url={{ url_for("random") }}">
|
||
|
</head>
|
||
|
<body bgcolor="black">
|
||
|
<img src="{{ url_for("random_image") }}" style="height: 98%; width: 100%; object-fit: contain"/>
|
||
|
</body>
|
||
|
</html>
|