Changeset 3183
- Timestamp:
- Nov 1, 2008, 7:02:04 AM (12 years ago)
- Location:
- libcaca/trunk/caca-php/examples/www
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/examples/www/cacainfo.php
r3181 r3183 1 <html>2 <head>3 <title>sample program for libcaca php binding</title>4 <style type="text/css">5 <!--6 table, tr7 {8 display: block;9 }10 td11 {12 display: inline;13 padding: 0px;14 }15 -->16 </style>17 <basefont face="Monaco, Liberation Mono, Courier New, monospace" />18 </head>19 <body text="white" bgcolor="black">20 <pre>21 1 <?php 22 2 /* … … 30 10 * http://sam.zoy.org/wtfpl/COPYING for more details. 31 11 */ 32 12 ?> 13 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> 14 <html> 15 <head> 16 <title>sample program for libcaca php binding</title> 17 <link rel="StyleSheet" href="caca-php.css" > 18 </head> 19 <body text="white" bgcolor="black"> 20 <?php 33 21 34 22 //--- Just for fun ---// … … 68 56 just_for_fun(); 69 57 58 ?> 59 <pre> 60 <?php 61 70 62 //--- Show caca's information ---// 71 63
Note: See TracChangeset
for help on using the changeset viewer.