brainbaking/static/js/goodreads.js

56 lines
1.9 KiB
JavaScript
Raw Normal View History

2021-05-13 06:02:23 +02:00
<!DOCTYPE html>
<html>
<head>
<title>Goodreads - unexpected error</title>
<link href="https://s.gr-assets.com/assets/goodreads.css" media="screen" rel="Stylesheet" type="text/css" />
<link href="https://s.gr-assets.com/assets/main.css" media="screen" rel="Stylesheet" type="text/css" />
<!--[if lt IE 8]>
<link href="https://s.gr-assets.com/assets/common_images_ie.css" media="screen" rel="Stylesheet" type="text/css" />
<![endif]-->
<!--[if gte IE 8]><!-->
<link href="https://s.gr-assets.com/assets/common_images.css" media="screen" rel="Stylesheet" type="text/css" />
<!--<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-968618-1']);
_gaq.push(['_trackPageview', '/500_unexpected']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body id="home">
<div class="headerContainer">
<div class="header">
<div class="branding">
<a href="/"><img loading="lazy" src="https://s.gr-assets.com/assets/layout/goodreads_logo.gif" width="200" height="41" border="0" alt="goodreads" class="logo"/></a>
</div>
</div>
</div>
<!-- BEGIN: mainContent -->
<div class="mainContentContainer">
<div class="mainContent">
<div class="mainContentFloat">
<div class="leftContainer mediumText">
<h1>page unavailable</h1>
<br/>
An unexpected error occurred. We will investigate this problem as soon as possible &mdash; please check back soon!
</div>
</div>
</div>
</div>
<!-- END: mainContent -->
</body>
</html>