Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

ttyvaders.html 1.3 KiB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?php header("Content-Type: text/html; charset=utf-8"); ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <meta name="GENERATOR" content="vim" />
  8. <meta name="Author" content="sam@zoy.org (Sam Hocevar)" />
  9. <meta name="Description" content="libcaca - ttyvaders" />
  10. <meta name="Keywords" content="libcaca, ASCII, ASCII ART, console, text mode, ncurses, slang, AAlib" />
  11. <title>libcaca - ttyvaders</title>
  12. <link rel="icon" type="image/x-icon" href="/favicon.ico" />
  13. <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
  14. <link rel="stylesheet" type="text/css" href="/main.css" />
  15. </head>
  16. <body>
  17. <?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?>
  18. <h2> ttyvaders </h2>
  19. <p> ttyvaders is a work-in-progress libcaca project. More later. </p>
  20. <h2> Screenshots </h2>
  21. <p style="text-align: right;"><img src="ttyvaders-sample2.png" width="494"
  22. height="339" alt="ttyvaders sample 2" /></p>
  23. <p style="text-align: left;"><img src="ttyvaders-sample1.png" width="494"
  24. height="339" alt="ttyvaders sample 1" /></p>
  25. <?php $rev = '$Id$';
  26. include($_SERVER['DOCUMENT_ROOT'].'/footer.inc'); ?>
  27. </body>
  28. </html>