haraka-wildduck

Este commit está contenido en:
Your Name
2020-05-27 17:51:39 +00:00
padre 31d55bf967
commit d44513dbd8
Se han modificado 163 ficheros con 8169 adiciones y 0 borrados

Ver fichero

@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
{{>header}}
</head>
<body>
{{>navbar}}
<div class="flash-messages">
{{flash_messages}}
</div>
<div class="container">
{{{body}}}
<iframe src="https://metrics.hatthieves.es/d-solo/CzwakCdZz/zonemta?panelId=2" width="100%" height="300" frameborder="0"></iframe>
<iframe src="https://metrics.hatthieves.es/d-solo/koHJWeFZk/nodejs?panelId=2" width="100%" height="300" frameborder="0"></iframe>
</div>
<footer class="footer">
<div class="container">
<p class="text-muted">&copy; 2019 <a href="/">{{serviceName}}</a>. <a href="mailto:info@{{serviceDomain}}">info@{{serviceDomain}}</a>. </p>
</div>
</footer>
{{> scripts}}
</body>
</html>