mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-10-01 01:05:54 -04:00
39 lines
1.9 KiB
HTML
39 lines
1.9 KiB
HTML
<meta charset="utf-8">
|
|
|
|
{% include seo.html %}
|
|
|
|
{% unless site.atom_feed.hide %}
|
|
<link href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | relative_url }}{% endif %}" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed">
|
|
{% endunless %}
|
|
|
|
<!-- https://t.co/dKP3o1e -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<script>
|
|
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
|
|
</script>
|
|
|
|
<!-- For all browsers -->
|
|
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
|
|
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
|
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css"></noscript>
|
|
|
|
{% if site.head_scripts %}
|
|
{% for script in site.head_scripts %}
|
|
<script src="{{ script | relative_url }}"></script>
|
|
{% endfor %}
|
|
{% endif %}
|
|
|
|
|
|
<meta name="yandex-verification" content="876ea269be433d62" />
|
|
<!-- Favicons -->
|
|
<link rel="apple-touch-icon" sizes="180x180" href="https://decentralized-id.com/assets/icons/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="https://decentralized-id.com/assets/icons/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="https://decentralized-id.com/assets/icons/favicon-16x16.png">
|
|
<link rel="manifest" href="https://decentralized-id.com/assets/icons/site.webmanifest">
|
|
<link rel="mask-icon" href="https://decentralized-id.com/assets/icons/safari-pinned-tab.svg" color="#eeeeef">
|
|
<link rel="shortcut icon" href="https://decentralized-id.com/assets/icons/favicon.ico">
|
|
<meta name="msapplication-TileColor" content="#eeeeef">
|
|
<meta name="msapplication-config" content="https://decentralized-id.com/assets/icons/browserconfig.xml">
|
|
<meta name="theme-color" content="#eeeeef">
|