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