Changeset 3180 for libcaca/trunk
- Timestamp:
- Nov 1, 2008, 6:08:24 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/examples/www/cacainfo.php
r3178 r3180 2 2 <head> 3 3 <title>sample program for libcaca php binding</title> 4 <style type="text/css"> 5 <!-- 6 table, tr 7 { 8 display: block; 9 } 10 td 11 { 12 display: inline; 13 padding: 0px; 14 } 15 --> 16 </style> 17 <basefont face="Monaco, liberation Mono" /> 4 18 </head> 5 <body text="white" bgcolor="bl ue">19 <body text="white" bgcolor="black"> 6 20 <pre> 7 21 <?php
Note: See TracChangeset
for help on using the changeset viewer.