website/status.php

9 lines
290 B
PHP
Raw Permalink Normal View History

<?php
$title = 'Infrastructure Status';
$nav_name = '';
include 'includes/header.php';
?>
<iframe width=1920 height=1080
src="https://prtg.dennisvandermeulen.nl/public/mapshow.htm?id=2283&mapid=D47AE50E-9389-427F-B626-B82AB121ED87">
</iframe>
<?php include 'includes/footer.php'; ?>