source: main/waeup.kofa/trunk/layout/error-zope.html @ 17189

Last change on this file since 17189 was 11254, checked in by uli, 11 years ago

Merge changes from uli-diazo-themed back into trunk. If this works, then a miracle happened.

File size: 784 bytes
RevLine 
[10917]1<!DOCTYPE html>
2<html lang="en">
3  <head>
4    <meta charset="utf-8">
[10945]5    <title>waeup.kofa Portal - Error</title>
[10917]6    <meta name="viewport" content="width=device-width, initial-scale=1.0">
7    <meta name="description" content="">
8    <meta name="author" content="">
[11061]9    <link rel="shortcut icon" href="static/ico/favicon.ico">
[10917]10
11    <!-- stylesheets -->
[11061]12    <link href="static/bootstrap/css/bootstrap.min.css"
[10917]13          rel="stylesheet">
14    <link href="static/css/base.css" rel="stylesheet">
15  </head>
[10945]16  <body id="kofa-body" class="errorpage">
[10917]17    <div class="container">
18      <div class="jumbotron">
[10945]19        <h1 id="kofa-error-heading">Error</h1>
20        <div id="kofa-error-message">Error Message</div>
[10917]21        <div>We are terribly sorry.</div>
22      </div>
23    </div>
24
25  </body>
26</html>
Note: See TracBrowser for help on using the repository browser.