Skip to content

Instantly share code, notes, and snippets.

@poemdexter
Created May 1, 2012 21:32
Show Gist options
  • Save poemdexter/2571591 to your computer and use it in GitHub Desktop.
Save poemdexter/2571591 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>hark, a webpage.</title>
<link rel="stylesheet" type="text/css" href="web.css" />
<style type="text/css">
p {
color: red;
font: 48pt bold;
}
a {
color: blue;
}
img {
border-style: inset;
border-width: 10px;
border-color: red;
}
body {
background: white url(http://i.imgur.com/UeeUV.gif) repeat;
}
</style>
</head>
<body>
<center>
<p>let me smang it girl</p>
<img src="http://i.imgur.com/ntyeg.gif" />
</center>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment