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.

24 lines
880 B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>{% block title %}healthchecks.io - Monitor Cron Jobs. Get Notified When Your Cron Jobs Fail{% endblock %}</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
  8. {% load compress staticfiles %}
  9. <link rel="icon" type="image/x-icon" href="{% static 'img/favicon.ico' %}">
  10. {% compress css %}
  11. <link rel="stylesheet" href="{% static 'css/bootstrap.css' %}" type="text/css">
  12. <link rel="stylesheet" href="{% static 'css/base.css' %}" type="text/css">
  13. {% endcompress %}
  14. </head>
  15. <body class="page-{{ page }}">
  16. {% block containers %}
  17. <div class="container">
  18. {% block content %}{% endblock %}
  19. </div>
  20. {% endblock %}
  21. </body>
  22. </html>