-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (40 loc) · 2.62 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
<!DOCTYPE html>
<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-type'>
<title>live</title>
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link href="css/images/splash.png" rel="apple-touch-startup-image" />
<link href="css/images/apple-touch-icon-iphone.png" rel="apple-touch-icon-precomposed">
<link href="css/images/apple-touch-icon-ipad.png" rel="apple-touch-icon-precomposed" sizes="72x72">
<link href="css/images/apple-touch-icon-iphone4.png" rel="apple-touch-icon-precomposed" sizes="114x114">
<link href="css/images/apple-touch-icon-retina.png" rel="apple-touch-icon-precomposed" sizes="144x144">
<!-- iPhone -->
<link rel="apple-touch-startup-image" media="(device-width: 320px)" href="css/images/apple-touch-splash-iphone.png">
<!-- iPhone (Retina) -->
<link rel="apple-touch-startup-image" media="(device-width: 320px) and (-webkit-device-pixel-ratio: 2)" href="css/images/apple-touch-splash-iphone4.png">
<!-- iPhone 5 -->
<link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" href="css/images/apple-touch-splash-iphone5.png">
<!-- iPad (portrait) -->
<link rel="apple-touch-startup-image" media="(device-width: 768px) and (orientation: portrait)" href="css/images/apple-touch-splash-ipadv.png">
<!-- iPad (landscape) -->
<link rel="apple-touch-startup-image" media="(device-width: 768px) and (orientation: landscape)" href="css/images/apple-touch-splash-ipadh.png">
<!-- iPad (Retina, portrait) -->
<link rel="apple-touch-startup-image" media="(device-width: 768px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)" href="css/images/apple-touch-splash-ipadv-retina.png">
<!-- iPad (Retina, landscape) -->
<link rel="apple-touch-startup-image" media="(device-width: 768px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)" href="css/images/apple-touch-splash-ipadh-retina.png">
<link href="http://fonts.googleapis.com/css?family=Dosis:200" rel="stylesheet" type="text/css">
<link href="css/style.css?2" rel="stylesheet" type="text/css">
</head>
<body>
<div id="page">
<div id="container"></div>
<div id="time" class="date-info"></div>
<div id="date" class="date-info"></div>
</div>
<script src="js/raphael.js?1" type="text/javascript"></script>
<script src="js/app.js?2" type="text/javascript"></script>
</body>
</html>