Last change
on this file since 17949 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
|
Line | |
---|
1 | <!DOCTYPE html> |
---|
2 | <html lang="en"> |
---|
3 | <head> |
---|
4 | <meta charset="utf-8"> |
---|
5 | <title>waeup.kofa 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 | <link rel="shortcut icon" href="static/ico/favicon.ico"> |
---|
10 | |
---|
11 | <!-- stylesheets --> |
---|
12 | <link href="static/bootstrap/css/bootstrap.min.css" |
---|
13 | rel="stylesheet"> |
---|
14 | <link href="static/css/base.css" rel="stylesheet"> |
---|
15 | </head> |
---|
16 | <body id="kofa-body" class="errorpage"> |
---|
17 | <div class="container"> |
---|
18 | <div class="jumbotron"> |
---|
19 | <h1 id="kofa-error-heading">Error</h1> |
---|
20 | <div id="kofa-error-message">Error Message</div> |
---|
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.