| 1 |
<?php |
| 2 |
if ( ! defined( 'ABSPATH' ) ) { |
| 3 |
die( 'We\'re sorry, but you can not directly access this file.' ); |
| 4 |
} |
| 5 |
?> |
| 6 |
|
| 7 |
<div class="vd-container"> |
| 8 |
<div class="vd-scanner"> |
| 9 |
<div class="vd-scanner__container"> |
| 10 |
<span class="vd-scanner__header">Error.</span> |
| 11 |
<p class="vd-scanner__text">Oops! We are really sorry, but something went wrong. |
| 12 |
Please try again or contact Virusdie support team.</p> |
| 13 |
<div class="vd-scanner__footer"> |
| 14 |
<a href="<?php echo $vd_user->getDashboardLink(); ?>" target="_blank" class="vd-learn-more --black --inline">Jump to complete dashboard to solve</a> |
| 15 |
<a href="<?php echo esc_attr(constant('VDWS_VIRUSDIE_PLUGIN_ADMIN_URL')); ?>" class="vd-learn-more --black --inline">Skip</a> |
| 16 |
</div> |
| 17 |
</div> |
| 18 |
</div> |
| 19 |
</div> |
| 20 |
|