[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=""> |
---|
| 9 | |
---|
| 10 | <!-- stylesheets --> |
---|
[10947] | 11 | <link href="bootstrap/dist/css/bootstrap.min.css" |
---|
[10917] | 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> |
---|
[10945] | 32 | <body id="kofa-body" class="errorpage"> |
---|
[10917] | 33 | <br /> |
---|
| 34 | <div class="container"> |
---|
| 35 | <div class="jumbotron"> |
---|
[10945] | 36 | <h1 id="kofa-error-heading">Error</h1> |
---|
| 37 | <div id="kofa-error-message">Error Message</div> |
---|
[10917] | 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> |
---|
[10948] | 43 | <script src="bootstrap/dist/js/bootstrap.min.js"></script> |
---|
[10917] | 44 | |
---|
| 45 | </body> |
---|
| 46 | </html> |
---|