Files
Leitgedanken/msd2/tracking/piwik/plugins/Overlay/templates/showErrorWrongDomain.twig
2023-01-23 11:03:31 +01:00

18 lines
516 B
Twig

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex,nofollow">
<title></title>
<meta name="generator" content="Matomo - free/libre analytics platform"/>
{% include "@CoreHome/_favicon.twig" %}
{% include "@CoreHome/_applePinnedTabIcon.twig" %}
<link rel="stylesheet" type="text/css" href="plugins/Overlay/stylesheets/showErrorWrongDomain.css" />
</head>
<body>
<p><strong>{{ message|raw }}</strong></p>
<p>{{ troubleshoot|raw }}</p>
</body>
</html>