-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSorry.php
More file actions
38 lines (21 loc) · 1.18 KB
/
Sorry.php
File metadata and controls
38 lines (21 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?
$title = "GIC Medical Disposal - Premium Medical Disposal Service";
$desc = "We are Canada's Medical Disposal company dedicated to providing compliant, efficient and personalized unparalleled solutions tailored to any client's needs.";
?>
<?php include 'components/header.php'; ?>
<div class="shadow mainImage center mgnT14" style="background-image: url(img/about.jpg);"></div>
<br>
<div class="clear"></div>
<div class="contentBox mgnBI">
<div class="contentLeft">
<h1>Sorry! Something went wrong.</h1><div class="lineRuleSolid"></div>
<div id="left">
<p>Looks like there was an error entering the reCaptcha. <input type="button" value="Back" onclick="goBack()"></p>
<p>Please try submitting your message again. Or contact us at <a href="mailto:info@gicmd.ca">info@gicmd.ca</a></p>
<p>Experience the GICMD advantage when you call us at <strong><?= $to_phone; ?></strong> (toll free) today. Collaborate with our team of specialist to build the most convenient package deal for your medical waste disposal.</p>
</div>
<br>
<div class="clear"></div>
</div>
<?php include 'components/right.php'; ?>
<?php include 'components/footer.php'; ?>