Skip to content

Instantly share code, notes, and snippets.

@rosario
Last active December 30, 2015 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rosario/7807717 to your computer and use it in GitHub Desktop.
Save rosario/7807717 to your computer and use it in GitHub Desktop.
Index file
<!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