diff options
Diffstat (limited to 'Web/HTML/SideBar.html')
-rw-r--r-- | Web/HTML/SideBar.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Web/HTML/SideBar.html b/Web/HTML/SideBar.html new file mode 100644 index 0000000..af6c6b5 --- /dev/null +++ b/Web/HTML/SideBar.html @@ -0,0 +1,14 @@ + <td width="150" height="600" valign="top" + background="/CMake/Art/SideBar.jpg"> + <a href="/CMake/index.html"> Home</a><br><br> + <a href="/CMake/HTML/About.html"> About</a><br><br> + <a href="/CMake/HTML/Sponsors.html"> Sponsors</a><br><br> + <a href="/CMake/HTML/Examples.html"> Examples</a><br><br> + <a href="/CMake/HTML/Download.html"> Download</a><br><br> + <a href="/CMake/HTML/Documentation.html"> Documentation</a><br><br> + <a href="/CMake/HTML/FAQ.html"> FAQ</a><br><br> + <a href="/CMake/HTML/MailingLists.html"> Mailing Lists</a><br><br> + <a href="/CMake/HTML/Testing.html"> Testing</a><br><br> + <a href="/CMake/HTML/News.html"> News</a><br><br> + </td> + |