forked from rebillar/site-accueil-insa
17 lines
516 B
Twig
17 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>
|