]> git.cworth.org Git - obsolete/notmuch-web/blob - node_modules/express/node_modules/qs/support/expresso/docs/layout/head.html
Install the "express" node module via npm
[obsolete/notmuch-web] / node_modules / express / node_modules / qs / support / expresso / docs / layout / head.html
1 <html>
2         <head>
3                 <title>Expresso - TDD Framework For Node</title>
4                 <style>
5                         body {
6                                 font: 13px/1.4 "Helvetica", "Lucida Grande", Arial, sans-serif;
7                                 text-align: center;
8                         }
9                         #ribbon {
10                                 position: absolute;
11                                 top: 0;
12                                 right: 0;
13                                 z-index: 10;
14                         }
15                         #wrapper {
16                           margin: 0 auto;
17                                 padding: 50px 80px;
18                                 width: 700px;
19                                 text-align: left;
20                         }
21                         h1, h2, h3 {
22                                 margin: 25px 0 15px 0;
23                         }
24                         h1 {
25                           font-size: 35px;
26                         }
27                         pre {
28                                 margin: 0 5px;
29                                 padding: 15px;
30                                 border: 1px solid #eee;
31                         }
32                         a {
33                           color: #00aaff;
34                         }
35                 </style>
36         </head>
37         <body>
38                 <a href="http://github.com/visionmedia/expresso">
39                         <img alt="Fork me on GitHub" id="ribbon" src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" />
40                 </a>
41                 <div id="wrapper">
42                         <h1>Expresso</h1>