Custom Error Page
We are having trouble loading this page
These issues are usually temporary.
Please try again soon.
Return to Homepage
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<html
lang
="
en
"
>
<head>
<title>
Custom Error Page
</title>
<meta
name
="
viewport
"
content
="
width=device-width, initial-scale=1
"
/>
<link
href
="
/images/common/css/google-open-sans.css
"
rel
="
stylesheet
"
/>
<link
href
="
/images/common/css/custom-error.css
"
rel
="
stylesheet
"
/>
...
</head>
<body>
<div
class
="
error-page-wrapper
"
>
<h1
class
="
error-head
"
>
We are having trouble loading this page
</h1>
<div
class
="
error-body
"
>
<div
class
="
error-robot
"
/>
<div
class
="
error-message-and-button
"
>
<p
class
="
error-message
"
>
These issues are usually temporary.
<br/>
<span
class
="
second-line
"
>
Please try again soon.
</span>
...
</p>
<a
href
="
http://www.xome.com
"
class
="
return-button
"
>
Return to Homepage
</a>
...
</div>
...
</div>
...
</div>
...
</body>
...
</html>