2011-05-07 22:26:23 +01:00

48 lines
1.1 KiB
HTML

<html>
<head>
<title>Expresso - TDD Framework For Node</title>
<style>
body {
font: 13px/1.4 "Helvetica", "Lucida Grande", Arial, sans-serif;
}
#header {
position: absolute;
top: 10px;
left: 0;
padding: 14px 0 12px 0;
text-indent: 40px;
font-family: "Helvetica";
width: 100%;
border-top: 1px solid rgba(0,0,0,0.2);
border-bottom: 1px solid rgba(0,0,0,0.2);
background: rgba(255,255,255,0.6) url(http://www.sencha.com/favicon.ico) no-repeat 15px 50%;
text-align: left;
color: #888;
}
#ribbon {
position: absolute;
top: 0;
right: 0;
z-index: 10;
}
#wrapper {
padding: 80px;
}
h1, h2, h3 {
margin: 25px 0 15px 0;
}
pre {
margin: 0 5px;
padding: 10px;
border: 1px solid #eee;
}
</style>
</head>
<body>
<a href="http://github.com/visionmedia/expresso">
<img alt="Fork me on GitHub" id="ribbon" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" />
</a>
<div id="header"><strong>Sencha</strong> labs</div>
<div id="wrapper">
<h1>Expresso</h1>