Files
librenms-librenms/resources/views/alerts/templates/default.blade.php
2019-01-26 07:59:04 +01:00

11 lines
176 B
PHP

<html>
<head>
<title>LibreNMS Alert</title>
</head>
<body>
<div class="container">
@yield('content')
</div>
</body>
</html>