Skip to content

Commit

Permalink
Adding the index file
Browse files Browse the repository at this point in the history
  • Loading branch information
Christina Carter authored and Christina Carter committed Jan 16, 2014
0 parents commit 6998033
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<title>Christina Carter</title>
</head>
<body>
<h1>Christina Carter</h1>
<div>

<a href="about.html">About Me</a>
<a href="contact.html">Contact</a>

</div>
<div>
<h2>Coffee Ipsum Blog Post</h2>
<p>Beans java, cream americano robust siphon whipped doppio macchiato... <a href="blogpost.html">Read more</a></p>
</div>


</body>
</html>

0 comments on commit 6998033

Please sign in to comment.