This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
display correctly in firefox and safari
tags/v0.99.beta17
Ben Wiley Sittler
bsittler
16 years ago
parent
7273a9dbf2
commit
93c22f3205
1 changed files
with
15 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+15
-1
caca-php/examples/www/cacainfo.php
+ 15
- 1
caca-php/examples/www/cacainfo.php
View File
@@ -1,8 +1,22 @@
<html>
<head>
<title>sample program for libcaca php binding</title>
<style type="text/css">
<!--
table, tr
{
display: block;
}
td
{
display: inline;
padding: 0px;
}
-->
</style>
<basefont face="Monaco, liberation Mono" />
</head>
<body text="white" bgcolor="blue">
<body text="white" bgcolor="bl
ack
">
<pre>
<?php
/*
Write
Preview
Loading…
Cancel
Save