mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Remove meta tags from 404 page
No need for meta tags on a 404 page, so I deleted them.
This commit is contained in:
parent
f26797f5c9
commit
fccc66c083
1 changed files with 1 additions and 4 deletions
|
@ -5,9 +5,6 @@ html
|
||||||
|
|
||||||
title #{template_site_title @site.username} - Not Found
|
title #{template_site_title @site.username} - Not Found
|
||||||
|
|
||||||
meta name="description" content=""
|
|
||||||
meta name="keywords" content=""
|
|
||||||
|
|
||||||
link href="http://groundfloor.neocities.org/default.css" rel="stylesheet" type="text/css" media="all"
|
link href="http://groundfloor.neocities.org/default.css" rel="stylesheet" type="text/css" media="all"
|
||||||
|
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
|
@ -17,4 +14,4 @@ html
|
||||||
body
|
body
|
||||||
.txt-Center
|
.txt-Center
|
||||||
h1 Page Not Found
|
h1 Page Not Found
|
||||||
p The requested page was not found on this web site.
|
p The requested page was not found on this web site.
|
||||||
|
|
Loading…
Add table
Reference in a new issue