diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-28 06:40:21 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-28 06:40:21 +0000 |
commit | 5468e76a7eb6a910b095bf065bc70cdf244c0a1c (patch) | |
tree | 4a33078cab2dedc566863486dc95df390c56240c /web/header.html | |
parent | a1a30d69bd83e57e494cd3ca5077086077731998 (diff) | |
download | pandoc-5468e76a7eb6a910b095bf065bc70cdf244c0a1c.tar.gz |
Added "Demos" page to the website.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@298 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web/header.html')
-rw-r--r-- | web/header.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/web/header.html b/web/header.html index fbbe7ac15..ee5528c94 100644 --- a/web/header.html +++ b/web/header.html @@ -4,10 +4,11 @@ <div id="sidebar"> <ul> -<li><a href="index.html">Home</a></li> -<li><a href="README.html">README</a></li> -<li><a href="doc/index.html">API</a></li> -<li><a href="history.html">History</a></li> +<li><a href="index.html" title="Home page">Home</a></li> +<li><a href="README.html" title="Pandoc documentation">README</a></li> +<li><a href="demos.html" title="Pandoc demos">Demos</a></li> +<li><a href="doc/index.html" title="API documentation for Pandoc libraries">API</a></li> +<li><a href="history.html" title="Pandoc's changelog">History</a></li> </ul> </div> <div id="main" class="withleftmenu"> |