Changeset 1119 for www/index.html
- Timestamp:
- Sep 28, 2006, 1:33:21 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
www/index.html
r936 r1119 19 19 <body> 20 20 21 <div class="main"> 22 21 23 <img src="logo-caca.png" width="128" height="128" 22 24 alt="libcaca logo" style="margin: 20px; float: right;" /> … … 24 26 <h1> libcaca - Colour AsCii Art library </h1> 25 27 26 <p class="right"> <i>it’s da shit!</i> </p>28 <p style="text-align: right;"> <i>it’s da shit!</i> </p> 27 29 28 30 <p> The libcaca library is a graphics library that outputs text instead of … … 43 45 44 46 <p> Libcaca is <a href="http://www.gnu.org/philosophy/free-sw.html">free 45 software</a>, and can be used, modified and di tributed under the terms of the47 software</a>, and can be used, modified and distributed under the terms of the 46 48 <a href="http://sam.zoy.org/wtfpl/">Do What The Fuck You Want To Public 47 49 License</a>. The logo on this page is copyrighted by Akira Toriyama so if … … 402 404 <p><small><code><?php echo '$Id$ Host: ' . $_SERVER['REMOTE_ADDR'];?></code></small></p> 403 405 406 </div> 407 404 408 </body> 405 409 </html>
Note: See TracChangeset
for help on using the changeset viewer.