summaryrefslogtreecommitdiff
path: root/httemplate/misc/edge_browser_check-fail_notice.html
blob: fb42ffe8e2aea0edecf0b105081ac095d59c1405 (plain)
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
<& /elements/header.html, "Edge browser bug" &>

<div id="edgebug" style="border: solid 1px #888; border-radius: 4px; margin: 5em; max-width: 400px; text-align: left; padding: 0 1em; background-color: #ffe; box-shadow: 2px 2px 4px">
  <div style="text-align: center; font-size: 3em; color: #933; text-shadow: 1px 1px 2px black;">
    &#9888;
  </div>
  <h4 style="border-bottom: solid 1px #888; margin: 1em 0; text-align: center;">
    Edge Browser Bug
  </h4>
  <p>
    Your copy of Microsoft Edge has a data corrupting bug.
  </p>
  <p>
    Microsoft fixed this bug with the <b>July RS4 Windows 10 Update</b>.
    Please update your copy of Windows.
  </p>
  <p>
    Alternatively, you may choose to use
    <a href="https://mozilla.org/en-US/firefox/new/">Mozilla Firefox</a>
    or <a href="https://chrome.google.com">Google Chrome</a>. They
    are not affected by this bug.
  </p>
</div>

<& /elements/footer.html &>