Skip to content

Commit

Permalink
initial commit gh pages test
Browse files Browse the repository at this point in the history
  • Loading branch information
bemson committed Jun 4, 2011
1 parent f147fdb commit d93c003
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions index.html
@@ -0,0 +1,25 @@
<html>
<head>
<script src="https://github.com/bemson/Flow/raw/callback/flow-min.js" type="text/javascript"></script>
<style type="text/css">
* {
margin: 0;
padding: 0;
}

h1 {
position: absolute;
width: 100%;
top: 50%;
margin-top: -.5em;
color: #333;
font-family: sans-serif;
font-size: 5em;
text-align: center;
}
</style>
</head>
<body>
<h1>Hang in there!</h1>
</body>
</html>

0 comments on commit d93c003

Please sign in to comment.