diff options
| author | Josh Berkus | 2012-09-04 21:23:13 +0000 |
|---|---|---|
| committer | Josh Berkus | 2012-09-04 21:23:13 +0000 |
| commit | a0f91f4fedb40644c0e16265c9920776a69aebbe (patch) | |
| tree | 044fc8019b601b11c872d02d1a8075948211e77d | |
| parent | 52b189d7306d34620b775aa37b6cc1a804fa6d54 (diff) | |
| -rw-r--r-- | graphics/logos/index.html | 4 | ||||
| -rw-r--r-- | index.html | 4 | ||||
| -rw-r--r-- | index.html~ | 11 |
3 files changed, 8 insertions, 11 deletions
diff --git a/graphics/logos/index.html b/graphics/logos/index.html index 4300534..4948f77 100644 --- a/graphics/logos/index.html +++ b/graphics/logos/index.html @@ -1,7 +1,7 @@ <html> -<title>Index page for directory ../../scripts</title> +<title>Index page for directory graphics/logos</title> <body> -<h1>Index page for directory ../../scripts</h1> +<h1>Index page for directory graphics/logos</h1> <a href="PGbr_f.svgz">PGbr_f.svgz </a><br/> <a href="elephant-32.png">elephant-32.png </a><br/> <a href="elephant-64.png">elephant-64.png </a><br/> @@ -2,6 +2,6 @@ <title>PostgreSQL Advocacy Materials Repository</title> <body> <h1>PostgreSQL Advocacy Materials Repository</h1> -<a href="Logos and Trademarks">graphics/logos/index.html</a><br/> -<a href="9.2 Release Materials">releases/9.2/index.html</a><br/> +<a href="graphics/logos/index.html">Logos and Trademarks</a><br/> +<a href="releases/9.2/index.html">9.2 Release Materials</a><br/> </body></html> diff --git a/index.html~ b/index.html~ index cf38b7d..bf28bae 100644 --- a/index.html~ +++ b/index.html~ @@ -1,10 +1,7 @@ <html> -<title>Index page for directory releases/9.2</title> +<title>PostgreSQL Advocacy Materials Repository</title> <body> -<h1>Index page for directory releases/9.2</h1> -<a href="brochures">brochures </a><br/> -<a href="graphics">graphics </a><br/> -<a href="posters">posters </a><br/> -<a href="releases">releases </a><br/> -<a href="scripts">scripts </a><br/> +<h1>PostgreSQL Advocacy Materials Repository</h1> +<a href="Logos and Trademarks">graphics/logos/index.html</a><br/> +<a href="9.2 Release Materials">releases/9.2/index.html</a><br/> </body></html> |
