mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
23 lines
745 B
HTML
23 lines
745 B
HTML
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>
|
|
{% if page.title %}
|
|
{{ page.title }} | {% t index.page_title %}
|
|
{% else %}
|
|
{% t index.page_title %}
|
|
{% endif %}
|
|
</title>
|
|
<meta name="description" content="{{ site.description }}">
|
|
<meta name="keywords" content="{{ site.keywords }}">
|
|
|
|
<link href="//static.monero.cc/css/bootstrap.min.css" rel="stylesheet">
|
|
<link href="//static.monero.cc/css/main.css" rel="stylesheet">
|
|
|
|
<!--[if lt IE 9]>
|
|
<script src="//static.monero.cc/js/html5shiv.js"></script>
|
|
<script src="//static.monero.cc/js/respond.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|