source: main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/notfound.pt @ 7243

Last change on this file since 7243 was 6190, checked in by uli, 13 years ago

Add template for custom NotFound? page.

File size: 301 bytes
Line 
1<h2>
2  The page you are trying to access is not available
3</h2>
4
5<div class="error"><b>Please note the following:</b></div>
6<div>
7  <ol class="list">
8    <li>
9      You might have misspelled the URL
10    </li>
11    <li>
12        You might be trying to access a non-existing page
13    </li>
14  </ol>
15</div>
Note: See TracBrowser for help on using the repository browser.