<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Random imgur viewer</title>
<style>
body
{
background-color:#2B2B2B;
}
.con
{
background-color:#121211;
border-radius: 15px;
padding:8px 0px 20px 0px;
text-align: center;
}
h1
{
font-size:58px;
font:"Arial Black", Gadget, sans-serif;
color:#FFF;
}
.send
{
background: #222;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
font-weight: bold;
line-height: 1;
border-radius: 5px;
box-shadow: 0 0 10px #8D8D8D;
text-shadow: 0 -1px 1px #222;
border: 1px solid #222;
position: relative;
cursor: pointer;
}
.info
{
color:#fff;
}
a:link {
color: #89C624;
}
a:visited {
color: #5E8718;
}
a:hover {
color: #141D05;
}
a:active {
color: #FFF;
}
</style>
</head>
<body>
<div class="con">
<h1>imgur</h1>
<form method="get" action="http://imgur.com/api/gallery.xml ">
<input type="radio" value="view" checked="checked"/>Date Uploaded
<input type="radio" name="2" value="week" />Within a week
<input type="radio" name="2" value="month" />Within a month
<input type="radio" name="2" value="all" />All time
<input type="radio" value="sort" checked="checked"/>Sort?
<input type="radio" name="3" value="latest" />latest
<input type="radio" name="3" value="popular" />popular
<input type="submit" value="Send »" class="send">
</form>
<div class="info">
<a href="info.html">?</a>
</div>
</div>
</body>
</html>