WebSlider/templates/random.html

9 lines
231 B
HTML
Raw Normal View History

<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>