[Apcompiler-devel] html index.html,1.3,1.4
Status: Beta
Brought to you by:
mcguiretm
From: Tommy M. <mcg...@us...> - 2005-06-01 05:16:50
|
Update of /cvsroot/apcompiler/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4580 Modified Files: index.html Log Message: Add SF logo; fix page_toc CSS class Index: index.html =================================================================== RCS file: /cvsroot/apcompiler/html/index.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.html 1 Jun 2005 01:04:43 -0000 1.3 --- index.html 1 Jun 2005 05:16:34 -0000 1.4 *************** *** 13,17 **** <h1>The Austin Protocol Compiler</h1> ! <p class="pagetoc">| <a href="#APC-book"><i>The Austin Protocol Compiler</i>, the book</a> | <a href="#id2247307">News</a> | --- 13,17 ---- <h1>The Austin Protocol Compiler</h1> ! <p class="page_toc">| <a href="#APC-book"><i>The Austin Protocol Compiler</i>, the book</a> | <a href="#id2247307">News</a> | *************** *** 320,323 **** --- 320,329 ---- </ul> + <div class="logos"> + <a href="http://sourceforge.net"> + <img src="http://sourceforge.net/sflogo.php?group_id=137708&type=7" width="210" height="62" border="0" alt="SourceForge.net Logo" /> + </a> + </div> + </body> </html> |