-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (52 loc) · 2.61 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
57
58
59
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:og="http://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml">
<head>
<link rel="manifest" href="/manifest.json">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="" />
<meta name="Keywords" content="" />
<meta http-equiv="Content-Language" content="en" />
<meta http-equiv="EXPIRES" content="" />
<meta name="expires" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="robots" content="index, follow" />
<!-- OG data -->
<meta name="description" content="" />
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<meta property="og:image" content="" />
<meta property="twitter:title" content="" />
<meta property="twitter:description" content="" />
<!-- For IE 9 and below. ICO should be 32x32 pixels in size -->
<!--[if IE]><link rel="shortcut icon" href="//mediakey1.ef.com/sitecore/__/~/media/universal/favicons/favicon-32.ico"><![endif]-->
<!-- Touch Icons - iOS and Android 2.1+ -->
<link rel="apple-touch-icon" sizes="57x57" href="">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="">
<link rel="apple-touch-icon" sizes="72x72" href="">
<link rel="apple-touch-icon" sizes="114x114" href="">
<link rel="apple-touch-icon" sizes="120x120" href="">
<link rel="apple-touch-icon" sizes="144x144" href="">
<link rel="apple-touch-icon" sizes="152x152" href="">
<!-- Firefox, Chrome, Safari, IE 11+ and Opera. 196x196 pixels in size. -->
<link rel="icon" href="">
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- TITLE -->
<title>Minecraft Day</title>
</head>
<body>
<div class="wrapper">
<h1>Minecraft 10th Anniversary</h1>
<div class="countdown" data-date="17-5-2022" data-time="00:00">
<div class="day"><span class="num"></span><span class="word"></span></div>
<div class="hour"><span class="num"></span><span class="word"></span></div>
<div class="min"><span class="num"></span><span class="word"></span></div>
<div class="sec"><span class="num"></span><span class="word"></span></div>
</div>
</div>
<script type="text/javascript" src="js/countdown.js"></script>
<script type="text/javascript" src="js/init.js"></script>
</body>
</html>