Files
danbooru/public/503-redirect.html
2012-01-04 19:12:41 +08:00

23 lines
821 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="1; URL=http://danbooru.donmai.us/wiki_pages?/users"/>
<title>Redirecting</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" media="screen" href="/stylesheets/default.css" title="default" />
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-86094-4");
pageTracker._trackPageview();
} catch(err) {}
</script>
</head>
<body>
<p>Redirecting...</p>
</body>
</html>