Revision 9613
Added by Aaron Marcuse-Kubitza over 11 years ago
index.php | ||
---|---|---|
104 | 104 |
|
105 | 105 |
ob_start(); // delay output in case there is a redirect |
106 | 106 |
?> |
107 |
<html> |
|
107 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
108 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
|
108 | 109 |
<head> |
109 | 110 |
<title>VegPath</title> |
110 | 111 |
<link rel="stylesheet" type="text/css" href="/main.css" /> |
... | ... | |
116 | 117 |
<body> |
117 | 118 |
<h1>VegPath <small><a href="http://en.wikipedia.org/wiki/PURL">persistent URLs</a> for vegetation resources</small></h1> |
118 | 119 |
<div>Supported URL patterns: <small>(elements in <i>italics</i> are optional)</small></div> |
119 |
<p></p> |
|
120 | 120 |
<?php |
121 | 121 |
# add and list URLs |
122 | 122 |
|
Also available in: Unified diff
web/index.php: use XHTML DOCTYPE to match what's used by mod_autoindex. this requires some adjustments in spacing for XHTML's slightly different formatting