35893a4012
Signed-off-by: hellisabove <robertnedela15@gmail.com>
27 lines
493 B
HTML
27 lines
493 B
HTML
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
body {
|
|
background: black;
|
|
color: white;
|
|
}
|
|
div.container {
|
|
max-width: 500px;
|
|
margin: 100px auto;
|
|
border: 20px solid white;
|
|
padding: 10px;
|
|
text-align: center;
|
|
}
|
|
h4 {
|
|
text-transform: uppercase;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h4>Cloud image of the day</h4>
|
|
|
|
<img src="{{url}}" />
|
|
</div>
|
|
</body>
|
|
</html> |