forked from microsoft/microsoft.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 676 Bytes
/
index.html
File metadata and controls
17 lines (17 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<title>Microsoft on GitHub</title>
<link rel="shortcut icon" href="//www.microsoft.com/favicon.ico?v2" />
<meta http-equiv="refresh" content="2;url=https://opensource.microsoft.com" />
<script type="text/javascript">
location.href = 'https://opensource.microsoft.com';
</script>
</head>
<body>
<p style="font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;font-size:18px;text-align:center">
The index of Microsoft GitHub repositories and open source
has relocated to <a href="https://opensource.microsoft.com">https://opensource.microsoft.com</a>.
</p>
</body>
</html>