Skip to content

Commit

Permalink
redirect to main docs
Browse files Browse the repository at this point in the history
  • Loading branch information
asomos committed Apr 28, 2020
1 parent 6537fab commit 5c6fa98
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
<!DOCTYPE html><html lang="en"><head>
<!-- REDIRECTING STARTS -->
<!-- This redirect code is licensed under GNU GPL v3 -->
<!-- Generated by http://insider.zone/tools/client-side-url-redirect-generator/ -->
<link rel="canonical" href="https://api-reference.shutterstock.com"/>
<noscript>
<meta http-equiv="refresh" content="0;URL=https://api-reference.shutterstock.com">
</noscript>
<!--[if lt IE 9]><script type="text/javascript">var IE_fix=true;</script><![endif]-->
<script type="text/javascript">
var url = "https://api-reference.shutterstock.com";
if(typeof IE_fix != "undefined") // IE8 and lower fix to pass the http referer
{
document.write("redirecting..."); // Don't remove this line or appendChild() will fail because it is called before document.onload to make the redirect as fast as possible. Nobody will see this text, it is only a tech fix.
var referLink = document.createElement("a");
referLink.href = url;
document.body.appendChild(referLink);
referLink.click();
}
else { window.location.replace(url); } // All other browsers
</script>
<!-- Credit goes to http://insider.zone/ -->
<!-- REDIRECTING ENDS -->
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
Expand Down

0 comments on commit 5c6fa98

Please sign in to comment.