WebSlider/templates/random.html

9 lines
243 B
HTML
Raw Normal View History

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