Remove LiveTV menu.
[vuplus_xbmc] / xbmc / osx / Credits.html
1 <html>
2 <head>
3 <style>
4 body { font-family: Verdana, Arial; }
5 a { cursor: pointer; }
6 a:hover { cursor: pointer; }
7 table 
8
9 width: 100%; 
10 font-family: 
11 Verdana, Arial; 
12 font-size: 10px; 
13 cursor: pointer; 
14 padding-top: 5px;
15 padding-bottom: 5px;
16 }
17 th { text-align: right; }
18 </style>
19 </head>
20 <body>
21 <center><a href="http://xbmc.org/about/">Team XBMC</a></center>
22 <br>
23 <table style="font-family:Verdana;">
24
25 <tr>
26 <th>Documentation</th>
27 <td><a href="http://wiki.xbmc.org/?title=XBMC_Online_Manual">http://wiki.xbmc.org</a></td>
28 </tr>
29
30 <tr>
31 <th width="40%">Need Help?</th>
32 <td width="60%"><a href="http://forum.xbmc.org">http://forum.xbmc.org</a></td>
33 </tr>
34
35 <tr>
36 <th>Chat</th>
37 <td><a href="irc://freenode.net/%23xbmc-osx">#xbmc-osx</a></td>
38 </tr>
39
40 </table>
41
42 </body>
43 </html>