sitemap: add simple navigation buttons.

This commit is contained in:
Mikaela Suomalainen 2012-09-28 17:48:45 +03:00
parent d6cb970811
commit 65aee2a659
2 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,8 @@ Sitemap
</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></text align> <text align=left>Sitemap</text align></p>
<h1 id="sitemap">Sitemap</h1>
<p>This page lists every page on this site. Note that to see markdown source of .html page, you only need to add &quot;.md&quot; after &quot;.html&quot; in the URL line.</p>
<h1 id="section">/</h1>

View File

@ -9,6 +9,10 @@
<title>Sitemap</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></text align>
<text align=left>Sitemap</text align>
# Sitemap