mattmatt / macistrano

A RubyCocoa client for Webistrano (http://labs.peritor.com/webistrano)

This URL has Read+Write access

macistrano / Credits.html
825bb880 » mattmatt 2009-01-22 Updated rb_main to work eve... 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7
8 <title>About Macistrano</title>
9 <style>
10 html {
11 overflow: hidden;
12 font-family: lucida grande;
13 font-size: 8pt;
14 color: white;
15 text-align: center;
16 text-shadow: white 0px 1px 1px;
17 color: #000;
18 }
19 body {
20 padding: 30px 10px;
21 }
22 </style>
23 </head>
24
25 <body onmousedown='return false' oncontextmenu='return false'>
26 <br/>
27 <p>Author: <a href="http://www.paperplanes.de">Mathias Meyer</a></p>
28 <p><a href="http://mattmatt.github.com/macistrano">Project Homepage</a></p>
29 <p>Source: <a href="http://github.com/mattmatt/macistrano">GitHub</a></p>
30 <p>Thanks to <a href="http://www.peritor.com">Peritor</a> for building <a href="http://labs.peritor.com/webistrano">Webistrano</a>, and for providing icons for Macistrano.</p>
31 </body>
32 </html>