2024-03-12 12:28:30 -04:00
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
<meta name="description" content="Reach people where they are with a text message platform built just for government">
|
|
|
|
|
<meta name="theme-color" media="(prefers-color-scheme: light)" content="f0f0f0" />
|
|
|
|
|
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="1b1b1b" />
|
|
|
|
|
{% if config['NR_MONITOR_ON'] %}
|
|
|
|
|
{% include "partials/newrelic.html" -%}
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|
{# Ensure that older IE versions always render with the correct rendering engine #}
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
|
|
2024-04-23 14:58:44 -07:00
|
|
|
|
2024-08-15 11:39:13 -04:00
|
|
|
<link rel="shortcut icon" href="{{ assetPath | default('/static') }}/images/favicon.ico" />
|
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="{{ assetPath | default('/static') }}/images/favicon-32x32.png" />
|
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="{{ assetPath | default('/static') }}/images/favicon-16x16.png" />
|
|
|
|
|
<link rel="mask-icon" href="{{ assetPath | default('/static') }}/images/safari-pinned-tab.svg" color="#5bbad5">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="{{ assetPath | default('/static') }}/images/apple-touch-icon.png">
|
2024-08-20 12:19:09 -07:00
|
|
|
<link rel="manifest" href="{{ asset_url('images/site.webmanifest') }}">
|
2024-03-13 10:51:38 -04:00
|
|
|
<meta name="msapplication-TileColor" content="#da532c">
|
2024-08-15 11:39:13 -04:00
|
|
|
<link href="{{ assetPath | default('/static') }}/images/notify-dark-favicon.png" rel="icon" media="(prefers-color-scheme: dark)">
|
2024-03-13 10:51:38 -04:00
|
|
|
<meta name="theme-color" content="#ffffff">
|
2024-04-23 14:58:44 -07:00
|
|
|
|
2024-03-12 12:28:30 -04:00
|
|
|
<link rel="stylesheet" media="screen" href="{{ asset_url('css/styles.css') }}" />
|
|
|
|
|
{% block extra_stylesheets %}{% endblock %}
|
|
|
|
|
|
|
|
|
|
<meta name="format-detection" content="telephone=no">
|
|
|
|
|
<meta property="og:title" content="Notify.gov">
|
|
|
|
|
<meta property="og:description" content="Reach people where they are with a text message platform built just for government">
|
|
|
|
|
<meta property="og:image" content="/static/images/notify-og-image.png">
|
|
|
|
|
{# google #}
|
|
|
|
|
<script type="text/javascript" src="{{ asset_url('js/gtm_head.js') }}"></script>
|
2024-08-20 13:17:01 -07:00
|
|
|
<meta name="google-site-verification" content="niWnSqImOWz6mVQTYqNb5tFK8HaKSB4b3ED4Z9gtUQ0" /> {# pragma: allowlist secret #}
|
2024-03-12 12:28:30 -04:00
|
|
|
{% if g.hide_from_search_engines %}
|
|
|
|
|
<meta name="robots" content="noindex" />
|
|
|
|
|
{% endif %}
|