WizdomWeb/resources/views/pages/services/emergency_support.php

8 lines
235 B
PHP

<?php
$title = 'Emergency Support - Wizdom Networks';
$content = <<<HTML
<h1>Emergency Support</h1><p>We offer 24/7 emergency IT support to ensure your business operations run smoothly.</p>
HTML;
$this->render('layouts/main', $data);