public
Description: A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac. See the wiki for downloads and screenshots.
Homepage: http://alternateidea.com
Clone URL: git://github.com/Caged/gitnub.git
Click here to lend your support to: gitnub and make a donation at www.pledgie.com !
Caged (author)
Sun Apr 27 17:16:47 -0700 2008
commit  cdcb846dfba626604facfd1e69c368facabb02ed
tree    9dc2175a6bf66e116f24a190493a6c798d69eac6
parent  90ee3400a61f3339c7978b0d0ecf12bb705329a5
gitnub / lighthouse.html
100644 17 lines (14 sloc) 0.454 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  <title>Lighthouse</title>
  <link rel="stylesheet" href="style.css" type="text/css" charset="utf-8" />
</head>
 
<body>
  <div id="content">
    Lighthouse fool
  </div>
</body>
</html>