Last active
December 30, 2015 09:09
-
-
Save rosario/7807717 to your computer and use it in GitHub Desktop.
Index file
This file contains 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> Profile page Example </title> | |
<link rel="stylesheet" type="text/css" href="style.css"> | |
</head> | |
<body> | |
<div class="header"> | |
<img src="http://placekitten.com/250/250" /> | |
<p> Hello, this the page of </p> | |
<h1> Kat the Cat </h1> | |
</div> | |
<div class="description"> | |
<h1> About me </h2> | |
<p> More to come soon. But you can follow me on | |
<a href="http://twitter.com/twitter"> twitter</a> | |
</p> | |
<p> | |
Bacon ipsum dolor sit amet jowl venison drumstick andouille | |
pig ground round strip steak ham hock turkey prosciutto bresaola | |
salami tail. Shankle cow doner, sausage andouille rump fatback | |
venison pork t-bone jerky kielbasa beef biltong pork loin. Swine | |
short ribs tail sirloin. | |
</p> | |
</div> | |
</body> | |
</html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment