|
@ -17,6 +17,7 @@ |
|
|
{% block head %}{% endblock %} |
|
|
{% block head %}{% endblock %} |
|
|
{% compress css %} |
|
|
{% compress css %} |
|
|
<link rel="stylesheet" href="{% static 'css/bootstrap.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/bootstrap.css' %}" type="text/css"> |
|
|
|
|
|
<link rel="stylesheet" href="{% static 'css/bootstrap-dark.css' %}" type="text/css" media="(prefers-color-scheme: dark)"> |
|
|
<link rel="stylesheet" href="{% static 'css/bootstrap-select.min.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/bootstrap-select.min.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/selectize.hc.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/selectize.hc.css' %}" type="text/css"> |
|
|
|
|
|
|
|
@ -25,30 +26,42 @@ |
|
|
<link rel="stylesheet" href="{% static 'css/add_pushover.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/add_pushover.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/webhook_form.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/webhook_form.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/badges.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/badges.css' %}" type="text/css"> |
|
|
|
|
|
<link rel="stylesheet" href="{% static 'css/badges-dark.css' %}" type="text/css" media="(prefers-color-scheme: dark)"> |
|
|
<link rel="stylesheet" href="{% static 'css/base.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/base.css' %}" type="text/css"> |
|
|
|
|
|
<link rel="stylesheet" href="{% static 'css/base-dark.css' %}" type="text/css" media="(prefers-color-scheme: dark)"> |
|
|
<link rel="stylesheet" href="{% static 'css/billing.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/billing.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/channel_checks.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/channel_checks.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/channels.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/channels.css' %}" type="text/css"> |
|
|
|
|
|
<link rel="stylesheet" href="{% static 'css/channels-dark.css' %}" type="text/css" media="(prefers-color-scheme: dark)"> |
|
|
<link rel="stylesheet" href="{% static 'css/checkbox.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/checkbox.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/details.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/details.css' %}" type="text/css"> |
|
|
|
|
|
<link rel="stylesheet" href="{% static 'css/details-dark.css' %}" type="text/css" media="(prefers-color-scheme: dark)"> |
|
|
<link rel="stylesheet" href="{% static 'css/docs.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/docs.css' %}" type="text/css"> |
|
|
|
|
|
<link rel="stylesheet" href="{% static 'css/docs-dark.css' %}" type="text/css" media="(prefers-color-scheme: dark)"> |
|
|
<link rel="stylesheet" href="{% static 'css/docs_cron.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/docs_cron.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/icomoon.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/icomoon.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/log.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/log.css' %}" type="text/css"> |
|
|
|
|
|
<link rel="stylesheet" href="{% static 'css/log-dark.css' %}" type="text/css" media="(prefers-color-scheme: dark)"> |
|
|
<link rel="stylesheet" href="{% static 'css/login.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/login.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/my_checks.css' %}" type="text/css"> |
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="{% static 'css/login-dark.css' %}" type="text/css" media="(prefers-color-scheme: dark)"> |
|
|
|
|
|
<link rel="stylesheet" href="{% static 'css/my_checks.css' %}" type="text/css" type="text/css"> |
|
|
|
|
|
<link rel="stylesheet" href="{% static 'css/my_checks-dark.css' %}" type="text/css" type="text/css" media="(prefers-color-scheme: dark)"> |
|
|
<link rel="stylesheet" href="{% static 'css/my_checks_desktop.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/my_checks_desktop.css' %}" type="text/css"> |
|
|
|
|
|
<link rel="stylesheet" href="{% static 'css/my_checks_desktop-dark.css' %}" type="text/css" media="(prefers-color-scheme: dark)"> |
|
|
<link rel="stylesheet" href="{% static 'css/nouislider.min.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/nouislider.min.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/nouislider.pips.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/nouislider.pips.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/ping_details.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/ping_details.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/pricing.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/pricing.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/profile.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/profile.css' %}" type="text/css"> |
|
|
|
|
|
<link rel="stylesheet" href="{% static 'css/profile-dark.css' %}" type="text/css" media="(prefers-color-scheme: dark)"> |
|
|
<link rel="stylesheet" href="{% static 'css/projects.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/projects.css' %}" type="text/css"> |
|
|
|
|
|
<link rel="stylesheet" href="{% static 'css/projects-dark.css' %}" type="text/css" media="(prefers-color-scheme: dark)"> |
|
|
<link rel="stylesheet" href="{% static 'css/radio.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/radio.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/settings.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/settings.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/snippet-copy.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/snippet-copy.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/syntax.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/syntax.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/welcome.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/welcome.css' %}" type="text/css"> |
|
|
|
|
|
<link rel="stylesheet" href="{% static 'css/welcome-dark.css' %}" type="text/css" media="(prefers-color-scheme: dark)"> |
|
|
<link rel="stylesheet" href="{% static 'css/set_password.css' %}" type="text/css"> |
|
|
<link rel="stylesheet" href="{% static 'css/set_password.css' %}" type="text/css"> |
|
|
{% endcompress %} |
|
|
{% endcompress %} |
|
|
</head> |
|
|
</head> |
|
|