forked from gabLaroche/death-to-ie11
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (56 loc) · 2.81 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./styles.css" />
<title>IE11 end of support countdown</title>
</head>
<body>
<main>
<div class="countdown">
<h1 class="tagline" id="tagline"></h1>
<p class="timer" id="timer">
<span id="years"></span> <span id="yearsText"></span>
<span id="months"></span> <span id="monthsText"></span>
<span id="days"></span> <span id="daysText"></span>
<span id="hours"></span> <span id="hoursText"></span>
<span id="minutes"></span> <span id="minutesText"></span>
<span id="seconds"></span> <span id="secondsText"></span>
</p>
<svg aria-hidden="true" data-prefix="fab" data-icon="internet-explorer" class="svg-inline--fa fa-internet-explorer fa-w-16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path fill="currentColor" d="M483.049 159.706c10.855-24.575 21.424-60.438 21.424-87.871 0-72.722-79.641-98.371-209.673-38.577-107.632-7.181-211.221 73.67-237.098 186.457 30.852-34.862 78.271-82.298 121.977-101.158C125.404 166.85 79.128 228.002 43.992 291.725 23.246 329.651 0 390.94 0 436.747c0 98.575 92.854 86.5 180.251 42.006 31.423 15.43 66.559 15.573 101.695 15.573 97.124 0 184.249-54.294 216.814-146.022H377.927c-52.509 88.593-196.819 52.996-196.819-47.436H509.9c6.407-43.581-1.655-95.715-26.851-141.162zM64.559 346.877c17.711 51.15 53.703 95.871 100.266 123.304-88.741 48.94-173.267 29.096-100.266-123.304zm115.977-108.873c2-55.151 50.276-94.871 103.98-94.871 53.418 0 101.981 39.72 103.981 94.871H180.536zm184.536-187.6c21.425-10.287 48.563-22.003 72.558-22.003 31.422 0 54.274 21.717 54.274 53.722 0 20.003-7.427 49.007-14.569 67.867-26.28-42.292-65.986-81.584-112.263-99.586z"/>
</svg>
</div>
<div class="reasons">
<div>
<details>
<summary>Why you should stop supporting IE11</summary>
<ul id="reasons">
<!-- Genereated by reasonsAndWebsites.js -->
</ul>
</details>
<details>
<summary>Who stopped supporting IE11</summary>
<ul id="websites">
<!-- Genereated by reasonsAndWebsites.js -->
</ul>
</details>
</div>
</div>
</main>
<footer>
<div class="sources">
<p>Sources :</p>
<ul>
<li><a href="https://www.microsoft.com/en-ca/windowsforbusiness/end-of-ie-support">https://www.microsoft.com/en-ca/windowsforbusiness/end-of-ie-support</a></li>
<li><a href="https://support.microsoft.com/en-ca/lifecycle/search?alpha=Windows%2010">https://support.microsoft.com/en-ca/lifecycle/search?alpha=Windows%2010</a></li>
</ul>
</div>
<small>© 2019 Gabriel Laroche. All Rights Reserved</small>
</footer>
<script src="./detector.js" type="text/javascript"></script>
<script src="./countdown.js" type="text/javascript"></script>
<script src="./reasonsAndWebsites.js" type="text/javascript"></script>
</body>
</html>