Created
May 1, 2012 21:32
-
-
Save poemdexter/2571591 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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