Changeset 1129 for www/cacatris.html
- Timestamp:
- Sep 29, 2006, 12:17:46 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
www/cacatris.html
r1128 r1129 21 21 <?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?> 22 22 23 <h2> cacatris </h2> 24 23 25 <p> cacatris is a work-in-progress libcaca project. More later. </p> 24 26 25 <?php include($_SERVER["DOCUMENT_ROOT"]."/footer.inc"); ?> 27 <h2> Screenshot </h2> 28 29 <p style="text-align: center;"><img src="cacatris-sample.png" width="648" 30 height="436" alt="ttyvaders sample 2" /></p> 31 32 <?php $rev = '$Id$'; 33 include($_SERVER['DOCUMENT_ROOT'].'/footer.inc'); ?> 26 34 27 35 </body>
Note: See TracChangeset
for help on using the changeset viewer.