404: fix canonical meta tag.

This commit is contained in:
Mikaela Suomalainen 2012-09-02 13:50:56 +03:00
parent 9d0c4c82e7
commit ede5fe7405
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,11 @@
<h1>404</h1>
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="404 error" /> <meta name="keywords" content="404,error,page,not,found" /> <meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" /> <link rel="canonical" href="http://mkaysi.github.com/404.html">
<title>
404: Page not found
</title>
</head>
<p>Page not found. You can find the list of pages in the <a href="https://github.com/Mkaysi/mkaysi.github.com/">source.</a></p>
<h1 id="section">404</h1>
<p>Page not found. You can find the list of pages in the <a href="https://github.com/Mkaysi/mkaysi.github.com/">source</a> and the sitemap (under construction!).</p>

View File

@ -5,7 +5,7 @@
<meta name="keywords" content="404,error,page,not,found" />
<meta name="author" content="Mika Suomalainen" />
<meta charset="UTF-8" />
<link rel="canonical" href="http://mkaysi.github.com/">
<link rel="canonical" href="http://mkaysi.github.com/404.html">
<title>404: Page not found</title>
</head>