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: dc21fa46848968d2fd1e31480b5536419fbf66c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title></title>
    <meta name="generator" content="Piwik - Open Source Web Analytics"/>
    {% include "@CoreHome/_favicon.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>