-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (69 loc) · 3.18 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
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<!-- Copyright (c) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Author:
*
*
*
-->
<meta name="description" content="A resource for developers looking to put HTML5 to use today, including information on specific features and when to use them in your apps." />
<meta name="keywords" content="html5,html 5,html5 demos,html5 examples,javascript,css3,notifications,geolocation,web workers,apppcache,file api,filereader,offline,audio,video,drag and drop,chrome" />
<title>HTML5 Rocks - A resource for open web HTML5 developers</title>
<link rel="shortcut icon" href="Resources/favicon.ico" />
<link rel="stylesheet" media="all" href="Resources/css/base.css" />
<link rel="stylesheet" media="only screen and (max-width: 800px)" href="Resources/css/mobile.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
<!-- iOS: run in full-screen mode and display upper status bar as translucent -->
<!--<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />-->
<link rel="apple-touch-icon" href="Resources/images/HTML5_Badge_64.png" />
<link rel="apple-touch-icon-precomposed" href="Resources/images/HTML5_Badge_64.png" />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5-els.js"></script>
<![endif]-->
<link rel="alternate" type="application/rss+xml" title="HTML5Rocks" href="http://feeds.feedburner.com/html5rocks" />
<link rel="stylesheet" media="screen" href="Resources/css/index_page.css" />
<link rel="stylesheet" media="only screen and (max-width: 640px)" href="Resources/css/index_page_mobile.css" />
</head>
<body>
<div id="wrap">
<div id="content">
<section id="index">
<a href="Slides/html5.html">
<div class="app">
<div class="appcontent">
<h2><span>Interactive</span> Presentation</h2>
<img src="Resources/images/html5rocks-presentation.png" width="70" height="70" />
<p class="desc">Watch the slideshow that lets you play with HTML5 features.</p>
</div>
</div>
</a>
<a href="Resources/Resources.html">
<div class="app">
<div class="appcontent">
<h2><span>Resource</span>All Resources</h2>
<img src="Resources/images/html5rocks-tutorials.png" width="70" height="70" />
<p class="desc">You can start from those resources, to know HTML5 features.</p>
</div>
</div>
</a>
</section>
</div>
</div>
</body>
</html>