source: www/ttyvaders.html @ 1129

Last change on this file since 1129 was 1129, checked in by Sam Hocevar, 17 years ago
  • Changed the style again, added screenshots for projects, wrote some text for TOIlet...
  • Property svn:keywords set to Id
File size: 1.3 KB
Line 
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
5<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
6
7<head>
8   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9   <meta name="GENERATOR" content="vim" />
10   <meta name="Author" content="sam@zoy.org (Sam Hocevar)" />
11   <meta name="Description" content="libcaca - ttyvaders" />
12   <meta name="Keywords" content="libcaca, ASCII, ASCII ART, console, text mode, ncurses, slang, AAlib" />
13   <title>libcaca - ttyvaders</title>
14   <link rel="icon" type="image/x-icon" href="/favicon.ico" />
15   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
16   <link rel="stylesheet" type="text/css" href="/main.css" />
17</head>
18
19<body>
20
21<?php include($_SERVER["DOCUMENT_ROOT"]."/header.inc"); ?>
22
23<h2> ttyvaders </h2>
24
25<p> ttyvaders is a work-in-progress libcaca project. More later. </p>
26
27<h2> Screenshots </h2>
28
29<p style="text-align: right;"><img src="ttyvaders-sample2.png" width="494"
30height="339" alt="ttyvaders sample 2" /></p>
31
32<p style="text-align: left;"><img src="ttyvaders-sample1.png" width="494"
33height="339" alt="ttyvaders sample 1" /></p>
34
35<?php $rev = '$Id: ttyvaders.html 1129 2006-09-28 22:17:46Z sam $';
36      include($_SERVER['DOCUMENT_ROOT'].'/footer.inc'); ?>
37
38</body>
39</html>
Note: See TracBrowser for help on using the repository browser.