PageRenderTime 50ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/js/lib/Socket.IO-node/support/expresso/docs/layout/head.html

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs
HTML | 42 lines | 42 code | 0 blank | 0 comment | 0 complexity | 0afcc435c2cb94630af39e06f98c2e4f MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
  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>