404: add navigation buttons

This commit is contained in:
Mikaela Suomalainen 2012-09-28 17:41:15 +03:00
parent 7efd32a261
commit 66c0f8f502
2 changed files with 9 additions and 2 deletions

View File

@ -7,6 +7,7 @@
</title>
<link rel="stylesheet" type="text/css" href="tyyli.css" />
</head>
<body>
<p><text align=left><a href="index.html">&lt;-- index</a></text align> <text align=center>404 - NOT FOUND</text align> <text align=left><a href="sitemap/sitemap.html">Sitemap --&gt;</a></text align></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>
<p>Page not found. You can find the list of pages in the <a href="https://github.com/Mkaysi/mkaysi.github.com/%20&lt;/body&gt;%20&lt;/html&gt;">source</a> and the sitemap (under construction!).</p>

View File

@ -9,9 +9,15 @@
<title>404: Page not found</title>
<link rel="stylesheet" type="text/css" href="tyyli.css" />
</head>
<body>
<text align=left><a href="index.html"><-- index</a></text align>
<text align=center>404 - NOT FOUND</text align>
<text align=left><a href="sitemap/sitemap.html">Sitemap --></a></text align>
# 404
Page not found. You can find the list of pages in the [source ] and the sitemap (under construction!).
[source]:https://github.com/Mkaysi/mkaysi.github.com/
</body>
</html>