9 lines
355 B
HTML
9 lines
355 B
HTML
<head>
|
|
<title>{{ title }}</title>
|
|
<meta charset="UTF-8" />
|
|
<meta name="format-detection" content="telephone=no" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="robots" content="noindex, nofollow" />
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png" />
|
|
</head>
|