-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathredir[1].aspx
113 lines (85 loc) · 4.07 KB
/
redir[1].aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en" dir="ltr" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" class=" fh responsive " style="">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/><meta name="msapplication-tap-highlight" content="no"/><meta name="referrer" content="origin-when-cross-origin"/><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"/><meta name="format-detection" content="telephone=no"/><title>Microsoft services</title><link rel="shortcut icon" href="https://p.sfx.ms/images/favicon.ico" type="image/x-icon" />
<style type="text/css">
body { font-family:"Segoe UI", arial, sans-serif; font-size:88%; margin:0; }
a, a:visited { color: #0078D4; text-decoration:none; }
#header { height:50px; background: #0078D4; margin: 0; font-size: 140%; display: flex; justify-content: space-between; }
#header a, #header a:visited { color:#fff; line-height:47px; padding:0 10px; }
#header, h1 { font-family:"Segoe UI Semibold", arial, sans-serif; }
#signout { font-size: 14px; }
#infoPage { margin:0 10px; }
#buttonBar { margin-top: 20px; }
input[type="submit"] { background:rgb(16, 110, 190); color: #fff; border-radius: 4px; cursor: pointer; height: 32px; padding:0 12px; border: 1px solid transparent; }
</style>
</head>
<body style="" class="" id="browsernotsupported">
<div id="header"><a href="https://onedrive.live.com/">OneDrive</a>
</div>
<div id="infoPage">
<div id="infoBox" >
<div id="infoBoxContent">
<h1 id="infoBoxTitle" >Microsoft services are designed for you, but maybe not for your browser</h1>
<div id="infoBoxMessage" >Some features might not work correctly with the version of the web browser you’re currently using.<br /><br />
To get the most out of Microsoft services, we recommend that you take a few minutes to upgrade to the current version of one of these browsers:<br />
<ul class="browserList">
<li><a href="http://g.live.com/9uxp9en-us/ep_bro1" >Internet Explorer</a></li>
<li><a href="http://g.live.com/9uxp9en-us/ep_bro2" >Mozilla Firefox</a></li>
<li><a href="http://g.live.com/9uxp9en-us/ep_bro4" >Google Chrome</a></li>
<li><a href="http://g.live.com/9uxp9en-us/ep_bro3" >Safari</a></li>
</ul>
</div>
</div><div class="c_clr"> </div>
</div>
</div>
<div id="sdx_error">
<style>
#infoBox {
display: none;
}
.errorImage {
margin-top: 5px;
margin-bottom: 20px;
}
.errorLinks {
padding-top: 15px;
}
.errorLinks .default {
cursor: pointer;
}
.errorNotNowLink {
padding-top: 10px;
}
.errorNotNowLink,
.errorLinks,
.errorImage,
.errorRow {
text-align: center;
}
</style>
<div class="errorImage">
<img src="https://p.sfx.ms//SoftBlock/v1/main.png" />
</div>
<h3 class="errorRow">
It's time to update your browser
</h3>
<h5 class="errorRow">
To get the most out of OneDrive, get the latest version of Microsoft Edge.
</h5>
<div class="errorLinks">
<input
name="home"
class="default"
onclick="var url = 'https://www.microsoft.com/edge'; try { $BSI.navigateTo(url, '_top'); } catch (e) { window.open(url, '_top'); } return false;"
type="submit" value="Download Microsoft Edge" />
</div>
<div class="errorNotNowLink">
<a href="#" onclick="$Cookie.setCookie('skybrs', '1', null, null, null, true); window.location.reload(); return false;">
Not now
</a>
</div>
</div>
<!-- MLHN:ODSP-ODWEB-ODCF -->
</body>
</html>