12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="description" content="">
- <meta name="author" content="">
- <link rel="shortcut icon" href="/static/img/favicon.ico">
- <title>bepartners</title>
- <!-- Bootstrap core CSS -->
- <link href="/static/bootstrap/css/bootstrap.css" rel="stylesheet">
- <!-- Custom styles for this site -->
-
- <link href="/static/css/frontpage.css" rel="stylesheet">
- <!-- Custom tags for the head tag -->
- <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
- <!--[if lt IE 9]>
- <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
- <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
- <![endif]-->
-
- </head>
- <body>
-
- <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
- <div class="container">
- <div class="navbar-header">
- </div>
- <div class="collapse navbar-collapse">
- <ul class="nav navbar-nav">
- </ul>
- <ul class="nav navbar-nav navbar-right">
- </ul>
- </div><!--/.nav-collapse -->
- </div>
- </div>
-
- <div class="container">
-
- <div class="row">
- <div class="col-lg-1">
- </div>
- <div class="col-lg-10">
- <h1 style="font-size: 50px; margin-top: 150px;">Entschuldigung!</h1>
- <div style="color: grey; font-size: 20px; margin-top: 30px;">Es ist ein Fehler aufgetreten. Unsere Entwickler wurden per E-Mail über diesen Vorfall informiert und werden das Problem schnellstmöglich beheben.<br/><br/>Bei Fragen kontaktieren Sie uns gerne per <a href="mailto:mailbox@suenkler.info">E-Mail</a>.</div>
- </div>
- <div class="col-lg-1">
- </div>
- </div>
-
- </div>
-
- <!-- Bootstrap core JavaScript
- ================================================== -->
- <!-- Placed at the end of the document so the pages load faster -->
- <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
- <script src="/static/bootstrap/js/bootstrap.min.js"></script>
-
- </body>
- </html>
|