Skip to content

Commit

Permalink
Sample index page.
Browse files Browse the repository at this point in the history
  • Loading branch information
josin committed Apr 5, 2012
1 parent b086f9f commit a30b822
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.html
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>josin.github.com</title>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<h1>It works!</h1>
<p>This is the default web page for this server.</p>
<p>The web server software is running but no content has been added, yet.</p>
</body>
</html>

0 comments on commit a30b822

Please sign in to comment.