Files

11 lines
176 B
PHP
Raw Permalink Normal View History

2019-01-26 07:59:04 +01:00
<html>
<head>
<title>LibreNMS Alert</title>
</head>
<body>
<div class="container">
@yield('content')
</div>
</body>
</html>