Skip to content

Commit

Permalink
Changes to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
saltcod committed Sep 12, 2011
1 parent f83e0b9 commit 38feed9
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion index.html
@@ -1 +1,16 @@
I am sam.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Terry's Github Page</title>
<meta name="description" content="The HTML5 Herald">
<meta name="author" content="SitePoint">
<link rel="stylesheet" href="css/styles.css?v=1.0">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<script src="js/scripts.js"></script>
</body>
</html>

0 comments on commit 38feed9

Please sign in to comment.