Html Formatting

pull/5/head
mandlm 2018-11-08 21:51:43 +01:00
parent 13dc09c5b3
commit 9a6dd5b86d
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<head> <head>
<meta http-equiv="refresh" content="{{ refresh }};url={{ url_for("random") }}"> <meta http-equiv="refresh" content="{{ refresh }};url={{ url_for("random") }}">
</head> </head>
<body bgcolor="black"> <body bgcolor="black">
<img src="{{ url_for("random_image") }}" style="height: 98%; width: 100%; object-fit: contain"/> <img src="{{ url_for("random_image") }}" style="height: 98%; width: 100%; object-fit: contain"/>
</body> </body>
</html> </html>