o added meta to avoid error page indexation

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18921 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Manuel Guesdon 2004-03-26 10:29:30 +00:00
parent c0bef0989c
commit c3efa62704
4 changed files with 4 additions and 0 deletions

View file

@ -1,6 +1,7 @@
<html>
<head>
<title>GNUstepWeb Error</title>
<meta name="robots" content="noindex,nofollow"/>
</head>
<body bgcolor="white">

View file

@ -1,6 +1,7 @@
<html>
<head>
<title>Missing Page Error</title>
<meta name="robots" content="noindex,nofollow"/>
</head>
<body bgcolor="white">

View file

@ -1,6 +1,7 @@
<html>
<head>
<title>Session Creation Error</title>
<meta name="robots" content="noindex,nofollow"/>
</head>
<body BGcolor="white">

View file

@ -1,6 +1,7 @@
<html>
<head>
<title>Missing Session Error</title>
<meta name="robots" content="noindex,nofollow"/>
</head>
<body bgcolor="white">