index.html 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6. <title>mrehkopf/sd2snes @ GitHub</title>
  7. <style type="text/css">
  8. body {
  9. margin-top: 1.0em;
  10. background-color: #a1c2ee;
  11. font-family: "Helvetica,Arial,FreeSans";
  12. color: #000000;
  13. }
  14. #container {
  15. margin: 0 auto;
  16. width: 700px;
  17. }
  18. h1 { font-size: 3.8em; color: #5e3d11; margin-bottom: 3px; }
  19. h1 .small { font-size: 0.4em; }
  20. h1 a { text-decoration: none }
  21. h2 { font-size: 1.5em; color: #5e3d11; }
  22. h3 { text-align: center; color: #5e3d11; }
  23. a { color: #5e3d11; }
  24. .description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
  25. .download { float: right; }
  26. pre { background: #000; color: #fff; padding: 15px;}
  27. hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
  28. .footer { text-align:center; padding-top:30px; font-style: italic; }
  29. </style>
  30. </head>
  31. <body>
  32. <a href="http://github.com/mrehkopf/sd2snes"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
  33. <div id="container">
  34. <div class="download">
  35. <a href="http://github.com/mrehkopf/sd2snes/zipball/master">
  36. <img border="0" width="90" src="http://github.com/images/modules/download/zip.png"></a>
  37. <a href="http://github.com/mrehkopf/sd2snes/tarball/master">
  38. <img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a>
  39. </div>
  40. <h1><a href="http://github.com/mrehkopf/sd2snes">sd2snes</a>
  41. <span class="small">by <a href="http://github.com/mrehkopf">mrehkopf</a></span></h1>
  42. <div class="description">
  43. SD card based multi-purpose cartridge for the SNES
  44. </div>
  45. <h2>Authors</h2>
  46. <p>Maximilian Rehkopf (otakon@gmx.net) <br/> <br/> </p>
  47. <h2>Contact</h2>
  48. <p> (otakon@gmx.net) <br/> </p>
  49. <h2>Download</h2>
  50. <p>
  51. You can download this project in either
  52. <a href="http://github.com/mrehkopf/sd2snes/zipball/master">zip</a> or
  53. <a href="http://github.com/mrehkopf/sd2snes/tarball/master">tar</a> formats.
  54. </p>
  55. <p>You can also clone the project with <a href="http://git-scm.com">Git</a>
  56. by running:
  57. <pre>$ git clone git://github.com/mrehkopf/sd2snes</pre>
  58. </p>
  59. <div class="footer">
  60. get the source code on GitHub : <a href="http://github.com/mrehkopf/sd2snes">mrehkopf/sd2snes</a>
  61. </div>
  62. </div>
  63. </body>
  64. </html>