File: /home/infowars/www/wp-content/plugins/backup/public/views/404.htm
<div ng-controller="404" class="jb-list-backups-container jb-grey-0">
<!-- Navigation Row -->
<div class="row" navigation active="menuItem"></div>
<!-- Main Content -->
<div class="row rounded-4 jb-white-0 jb-panel-row shadow-lg">
<div class="jb-main-title rounded-3">
<i class="fa-solid fa-triangle-exclamation text-warning"></i>
{{ lang.t("Page Not Found"); }}
</div>
<div class="row jb-table-row">
<div class="alert alert-warning" role="alert">
<p>{{ lang.t("The page you are looking for does not exist."); }}</p>
<p>
<a target="_blank" href="https://billing.jetbackup.com/submitticket.php?step=2&deptid=2">
{{ lang.t("Report this?"); }}
</a>
</p>
</div>
</div>
</div>
</div>