-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror.php
47 lines (39 loc) · 1.24 KB
/
error.php
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
39
40
41
42
43
44
45
46
47
<?php
require_once 'core/init.php';
include 'includes/head.php';
include 'includes/navigation.php';
include 'includes/headerpartial.php';
include 'includes/contactmodal.php';
?>
<h1 class="text-center" style="font-family: 'Trirong', serif; padding-top: 90px;"> We sincerely apologize for any inconvinience encountered while purchasing your books.</h1>
<div class="" style="font-family: 'Trirong', serif; padding-top: 30px;">
</div>
<h3 class="text-center" style="font-family: 'Trirong', serif;"> If problem persists, please contact our 24/7 support center for details on how to proceed.</h3>
</div>
</div>
<?php include 'includes/footer.php'; ?>
<style media="screen">
#partialheaderWrapper{
position: relative;
padding: 0;
margin: 0;
overflow: hidden;
height: 180px;
background-image: url(img/headerlogo/bkd3.jpg);
background-repeat: no-repeat;
background-size: 100% 500px;
background-position: top center;
background-attachment: fixed;
}
#partiallogotext{
position: absolute;
width: 100%;
height: 260px;
background-image: url(img/headerlogo/2text.png);
background-repeat: no-repeat;
background-position: center;
background-size: 70% 500px;
top: 50%;
margin-top: -90px;
}
</style>