You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
633 B
HTML
28 lines
633 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>Cat Gif of the day</h4>
|
|
<img src="{{url}}" />
|
|
<p><small>Courtesy: <a href="http://www.buzzfeed.com/copyranter/the-best-cat-gif-post-in-the-history-of-cat-gifs">Buzzfeed</a></small></p>
|
|
</div>
|
|
</body>
|
|
</html>
|