-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinServerErr.html
97 lines (85 loc) · 3.61 KB
/
inServerErr.html
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="p:domain_verify" content="f32adf17ba04bc43b709cae3417f16ae"/>
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
<link rel='icon' href='images/favicon.ico'>
<title> itsastitch.co.uk Error 500 </title>
<link rel="stylesheet" type="text/css"
href="unsemantic-grid-responsive-tablet.css"/>
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<?php include_once("analyticstracking.php") ?>
<script src="jquery-1.11.3.min.js"></script>
</head>
<body>
<div class="grid-container">
<div id="Logo" class="grid-15 tablet-grid-20 mobile-grid-100 ">
<a href="index.html">
<img src="images/logo.png" alt="logo">
</a>
</div>
<div id="Title" class="grid-50 tablet-grid-60 mobile-grid-100">
<a href="index.html">
<h1>itsastitch.co.uk</h1>
</a>
</div>
<div id="NumSoc" class="grid-35 tablet-grid-20 mobile-grid-100 " >
<ul>
<li>
<h3>Business Number</h3>
</li>
<li>
<a href="https://www.facebook.com/Itsastitch-1667630900172285/" target="_blank" >
<i class="fa fa-facebook-square fa-3x" title="Facebook"></i>
</a>
</li>
<li>
<a href="https://twitter.com/itsastitch2015?lang=en-gb/" target="_blank">
<i class="fa fa-twitter-square fa-3x" title="Twitter"></i>
</a>
</li>
<li>
<a href="https://www.pinterest.com/itsastitch15/" target="_blank">
<i class="fa fa-pinterest-square fa-3x" title="Pinterest"></i>
</a>
</li>
</ul>
</div>
<div id="Nav" class="grid-100 tablet-grid-100 mobile-grid-100 " >
<select onChange="window.location.href=this.value">
<option value=" ">Shop by Item</option>
<option value="kitchenWare.html">Kitchen Ware</option>
<option value="bags.html">Bags</option>
<option value="storage.html">Storage</option>
<option value="cushions.html">Cushions / Covers</option>
<option value="glasses.html">Glasses Cases</option>
<option value="seasonal.html">Seasonal</option>
</select>
<a href="index.html">Home</a>
<a href="aboutMe.html">About Me</a>
<a href="basket.html">Basket</a>
<a href="cookie.html">Cookie Policy</a>
</div>
<div id="Basket" class="grid-25 tablet-grid-25 mobile-grid-25 ">
<h2>Basket</h2>
<span class="amount">£0.00</span>
</div>
<div id="Content" class="grid-75 tablet-grid-75 mobile-grid-100">
<h2 style="font-size: 5em;"> Error 500 - Internal Server Error <i class="fa fa-frown-o"></i> </h2>
<p style="font-size: 3em;">Sorry there is an error with the web server.</p>
</div>
<div id="Foot" class="grid-100 tablet-grid-100 mobile-grid-100 " >
<a href="https://validator.w3.org/nu/?doc=http%3A%2F%2Fhandmade-itsastitch.site88.net" target="_blank">
<i class="fa fa-check fa-2x" title="Validation"></i>
</a>
<a href="sitemap.xml" target="_blank">
<i class="fa fa-map fa-2x" title="Site Map"></i>
</a>
</div>
</div>
</body>
</html>