diff pics/index.php @ 0:561c0b0f3234

initial add
author paulo@twcdns.fastsearch.net
date Wed, 21 Jul 2010 00:11:54 -0700
parents
children ff6cf071c65c
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pics/index.php	Wed Jul 21 00:11:54 2010 -0700
     1.3 @@ -0,0 +1,31 @@
     1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
     1.5 +<HTML>
     1.6 +<HEAD>
     1.7 +<META NAME="generator" CONTENT="http://txt2tags.sf.net">
     1.8 +<LINK REL="stylesheet" TYPE="text/css" HREF="index.css">
     1.9 +<?php $title = basename(getcwd()) ?>
    1.10 +<TITLE><?php echo $title ?></TITLE>
    1.11 +</HEAD>
    1.12 +<BODY>
    1.13 +
    1.14 +<DIV CLASS="header" ID="header">
    1.15 +<H1><?php echo $title ?></H1>
    1.16 +</DIV>
    1.17 +
    1.18 +<DIV CLASS="body" ID="body">
    1.19 +
    1.20 +<P>
    1.21 +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.
    1.22 +</P>
    1.23 +
    1.24 +<?php
    1.25 +	include('../common.php');
    1.26 +
    1.27 +	listThumbs();
    1.28 +?>
    1.29 +
    1.30 +</DIV>
    1.31 +
    1.32 +<!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) -->
    1.33 +<!-- cmdline: txt2tags index.t2t -->
    1.34 +</BODY></HTML>