annotate website/404.htm4 @ 188:43f1cbdcd597
Modified and beautified the documentation:
* INSTALL.txt, doku/Makefile, doku/source/conf.py,
doku/source/functionality.txt, doku/source/index.txt,
doku/source/restrictions.txt, website/favicon.png, LICENCE.txt:
added more details to the content of the documentation. some more
configurations.
* doku/source/LICENCE.txt: New. Added a licence-text (symlinking
into the documentation).
* doku/source/_static/favicon.png,
doku/source/_static/logo_wide.png,
doku/source/_templates/indexsidebar.html,
doku/source/_templates/layout.html: Optic-cosmetics.
author |
Stephan Holl <stephan.holl@intevation.de> |
date |
Wed, 20 Jul 2011 15:53:01 +0200 |
parents |
579b94f442a9 |
children |
|
rev |
line source |
155
|
1 m4_dnl -*-html-*- |
|
2 m4_include(`template.m4') |
|
3 m4_dnl $Id$ |
|
4 |
|
5 m4_define(`EN') |
|
6 m4_define(`DE_FILE', `404-de.html') |
|
7 m4_define(`TITLE',`404') |
|
8 PAGE_START |
|
9 |
|
10 <div id="intro"> |
|
11 <h2>Page not found</h2> |
|
12 <p>Error 404</p> |
|
13 </div> |
|
14 |
|
15 <div id="main"> |
|
16 <p><br></p> |
|
17 <p><br></p> |
|
18 <p><br></p> |
|
19 </div> |