mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 08:50:43 +01:00
404: fix canonical meta tag.
This commit is contained in:
parent
9d0c4c82e7
commit
ede5fe7405
12
404.html
12
404.html
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user