Mercurial > hg > index.fcgi > www > www-1
comparison pics/index.php @ 0:561c0b0f3234
initial add
author | paulo@twcdns.fastsearch.net |
---|---|
date | Wed, 21 Jul 2010 00:11:54 -0700 |
parents | |
children | ff6cf071c65c |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:129c120b6b33 |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
2 <HTML> | |
3 <HEAD> | |
4 <META NAME="generator" CONTENT="http://txt2tags.sf.net"> | |
5 <LINK REL="stylesheet" TYPE="text/css" HREF="index.css"> | |
6 <?php $title = basename(getcwd()) ?> | |
7 <TITLE><?php echo $title ?></TITLE> | |
8 </HEAD> | |
9 <BODY> | |
10 | |
11 <DIV CLASS="header" ID="header"> | |
12 <H1><?php echo $title ?></H1> | |
13 </DIV> | |
14 | |
15 <DIV CLASS="body" ID="body"> | |
16 | |
17 <P> | |
18 This was me (Paulo Ang) and a couple of friends (Vinh Huynh, Daniel Rohrlick) riding our bikes from Santa Ana to Newport Beach to San Diego on the weekend of October 2-3, 2009. | |
19 </P> | |
20 | |
21 <?php | |
22 include('../common.php'); | |
23 | |
24 listThumbs(); | |
25 ?> | |
26 | |
27 </DIV> | |
28 | |
29 <!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) --> | |
30 <!-- cmdline: txt2tags index.t2t --> | |
31 </BODY></HTML> |