Created
March 20, 2014 02:34
-
-
Save samanpwbb/9656103 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> | |
<html> | |
<head> | |
<title>Saman's Website</title> | |
<link rel="stylesheet" href="style.css" /> | |
</head> | |
<h1>Saman's Website.</h1> | |
<p>Hi this is my website!</p> | |
<p class="important">Isn't weird that people wore hats in the 90's?</p> | |
<img src="http://31.media.tumblr.com/6da0e610a86678e232c72c9ef50d22f2/tumblr_mgbb5zuaK11qzd4ceo1_500.jpg"/> | |
<a href='myblog.html'>myblog</a> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment