mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-22 03:01:27 +00:00
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:
parent
c0bef0989c
commit
c3efa62704
4 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>GNUstepWeb Error</title>
|
||||
<meta name="robots" content="noindex,nofollow"/>
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Missing Page Error</title>
|
||||
<meta name="robots" content="noindex,nofollow"/>
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Session Creation Error</title>
|
||||
<meta name="robots" content="noindex,nofollow"/>
|
||||
</head>
|
||||
<body BGcolor="white">
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Missing Session Error</title>
|
||||
<meta name="robots" content="noindex,nofollow"/>
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
|
||||
|
|
Loading…
Reference in a new issue