Welcome to mirror list, hosted at ThFree Co, Russian Federation.

showErrorWrongDomain.twig « templates « Overlay « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 012ea949631361c3ff6e48697ea9d248ecb8288b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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>