source: main/waeup.kofa/branches/uli-diazo-themed/layout/error-zope.html @ 10928

Last change on this file since 10928 was 10917, checked in by uli, 11 years ago

Add layout dir as of eko.demo.

File size: 1.5 KB
Line 
1<!DOCTYPE html>
2<html lang="en">
3  <head>
4    <meta charset="utf-8">
5    <title>Eko-Disco Portal - Error</title>
6    <meta name="viewport" content="width=device-width, initial-scale=1.0">
7    <meta name="description" content="">
8    <meta name="author" content="">
9
10    <!-- stylesheets -->
11    <link href="bootstrap/css/bootstrap.min.css"
12          rel="stylesheet">
13    <link href="static/css/base.css" rel="stylesheet">
14
15    <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
16    <!--[if lt IE 9]>
17      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
18    <![endif]-->
19
20    <!-- icons -->
21    <link rel="shortcut icon" href="static/ico/favicon.ico">
22    <link rel="apple-touch-icon-precomposed" sizes="144x144"
23          href="static/ico/apple-touch-icon-144-precomposed.png">
24    <link rel="apple-touch-icon-precomposed" sizes="114x114"
25          href="static/ico/apple-touch-icon-114-precomposed.png">
26    <link rel="apple-touch-icon-precomposed" sizes="72x72"
27          href="static/ico/apple-touch-icon-72-precomposed.png">
28    <link rel="apple-touch-icon-precomposed"
29          href="static/ico/apple-touch-icon-57-precomposed.png">
30
31  </head>
32  <body id="eko-body" class="errorpage">
33    <br />
34    <div class="container">
35      <div class="jumbotron">
36        <h1 id="eko-error-heading">Error</h1>
37        <div id="eko-error-message">Error Message</div>
38        <div>We are terribly sorry.</div>
39      </div>
40    </div>
41
42    <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
43    <script src="bootstrap/js/bootstrap.min.js"></script>
44
45  </body>
46</html>
Note: See TracBrowser for help on using the repository browser.