-
Notifications
You must be signed in to change notification settings - Fork 0
/
406.shtml
41 lines (37 loc) · 906 Bytes
/
406.shtml
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>406 Not Acceptable</title>
<style type="text/css">
<!--
body {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-color: #000000;
}
#wrapper {
text-align: left;
width: 580px;
margin-top: 50px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
.title{
font-size: 20px;
font-weight: bold;
}
.linktext { font-size: 12px
}
-->
</style>
</head>
<body>
<div id="wrapper"><p><img src="https://www.hostpapa.ca/themes/hostpapaV5/img/logo_hostpapa.png" /></p>
<p class="title">406 Not Acceptable</p>
<p><span class="linktext">Return to <a href="/" target="_self">home page</a></span></p>
</div>
</body>
</html>