A simple ticketing application written in Python/Django
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

500.html 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  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/img/favicon.ico">
  10. <title>bepartners</title>
  11. <!-- Bootstrap core CSS -->
  12. <link href="/static/bootstrap/css/bootstrap.css" rel="stylesheet">
  13. <!-- Custom styles for this site -->
  14. <link href="/static/css/frontpage.css" rel="stylesheet">
  15. <!-- Custom tags for the head tag -->
  16. <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
  17. <!--[if lt IE 9]>
  18. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  19. <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
  20. <![endif]-->
  21. </head>
  22. <body>
  23. <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
  24. <div class="container">
  25. <div class="navbar-header">
  26. </div>
  27. <div class="collapse navbar-collapse">
  28. <ul class="nav navbar-nav">
  29. </ul>
  30. <ul class="nav navbar-nav navbar-right">
  31. </ul>
  32. </div><!--/.nav-collapse -->
  33. </div>
  34. </div>
  35. <div class="container">
  36. <div class="row">
  37. <div class="col-lg-1">
  38. </div>
  39. <div class="col-lg-10">
  40. <h1 style="font-size: 50px; margin-top: 150px;">Entschuldigung!</h1>
  41. <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>
  42. </div>
  43. <div class="col-lg-1">
  44. </div>
  45. </div>
  46. </div>
  47. <!-- Bootstrap core JavaScript
  48. ================================================== -->
  49. <!-- Placed at the end of the document so the pages load faster -->
  50. <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
  51. <script src="/static/bootstrap/js/bootstrap.min.js"></script>
  52. </body>
  53. </html>