Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<head>
<meta charset="utf-8">
<title>Redirecting to http://www.microsoft.com/openness/</title>
<meta http-equiv="refresh" content="5; url=http://www.microsoft.com/openness/">
<meta http-equiv="refresh" content="0; url=http://www.microsoft.com/openness/">
<script type="text/javascript">
window.location.replace("http://www.microsoft.com/openness/");
</script>
</head>
<body>
<p>
You will shortly be redirected to the Microsoft openness page.
If you are not automatically redirected in 5 seconds <a href="http://www.microsoft.com/openness/">click here.</a>
If you are not automatically redirected <a href="http://www.microsoft.com/openness/">click here.</a>
</p>
</body>
</html>