-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (49 loc) · 2.43 KB
/
index.html
File metadata and controls
56 lines (49 loc) · 2.43 KB
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 class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>How Long Until XP Support Ends?</title>
<meta name="description" content="XP Support Timer">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/jquery.countdown.css">
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<div class="header-container">
<header class="wrapper clearfix">
<h1 class="title">How Long Until XP Support Ends?</h1>
</header>
</div>
<div class="main-container">
<div class="main wrapper clearfix">
<article>
<h1>Windows XP Support Ends:<br>
April 8th, 2014</h1>
<p id="countdownXP"></p>
<h3>Other MS Products support ending on this date</h3>
<ul>
<li>Microsoft Office 2003
<li>Microsoft Exchange Server 2003
</ul>
</article>
<aside>
<h2>Note:</h2>
<p>Check out <a href="http://www.microsoft.com/en-us/windows/endofsupport.aspx">Microsoft's announcment page</a> on this.</p>
<p>Also review <a href="http://support.microsoft.com/lifeselect">Microsofts Products Support Lifecycle Policy</a> for all your other Microsoft products.</p>
</aside>
<article>
<h1>Windows Server 2003 Support Ends:<br>
July 14th, 2015</h1>
<p id="countdown2k3"></p>
</article>
</div> <!-- #main -->
</div> <!-- #main-container -->
<a href="https://github.com/MaxMahem/XPDeathClock"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
</body>
</html>