|
|
@@ -7,6 +7,7 @@
|
|
|
|
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
|
+<link href="custom.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
|
@@ -17,4 +18,17 @@
|
|
|
|
|
|
</head>
|
|
|
<body>
|
|
|
-<div id="top"><!-- do not remove this div! -->
|
|
|
+<div id="top"><!-- do not remove this div! -->
|
|
|
+<table class="header" border="0">
|
|
|
+<tbody>
|
|
|
+<tr>
|
|
|
+<td id="logo"><a href="http://gameplay3d.org/"><img src="images/logo.png" alt="gameplay" border="0" height="64px"/></a></td>
|
|
|
+<td width="100%"/>
|
|
|
+<td><a href="http://gameplay3d.org/"><span class="button">overview</span></a></td><td width="12px"/>
|
|
|
+<td><a href="https://github.com/blackberry/GamePlay/wiki"><span class="button">wiki</span></a></td><td width="12px"/>
|
|
|
+<td><a href="http://blackberry.github.com/GamePlay/api/index.html"><span class="button">api reference</span></a></td><td width="12px"/>
|
|
|
+<td><a href="http://www.gameplay3d.org/forums"><span class="button">forums</span></a></td>
|
|
|
+<td><a href="https://github.com/blackberry/GamePlay"><span class="button">download</span></a></td>
|
|
|
+</tr>
|
|
|
+</tbody>
|
|
|
+</table>
|