Last change
on this file since 17950 was
12175,
checked in by Henrik Bettermann, 10 years ago
|
Fill trunk. Components are not yet customized.
|
File size:
788 bytes
|
Rev | Line | |
---|
[12175] | 1 | <!DOCTYPE html> |
---|
| 2 | <html lang="en"> |
---|
| 3 | <head> |
---|
| 4 | <meta charset="utf-8"> |
---|
| 5 | <title>waeup.ikoba 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="ikoba-body" class="errorpage"> |
---|
| 17 | <div class="container"> |
---|
| 18 | <div class="jumbotron"> |
---|
| 19 | <h1 id="ikoba-error-heading">Error</h1> |
---|
| 20 | <div id="ikoba-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.