-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (29 loc) · 1.21 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="A simple HTML5 Template">
<meta name="author" content="dron">
<meta name="viewport" content="width=device-width, height=device-height, user-scalable=no, initial-scale=1.0, maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="images/index.css">
<title>水果忍者网页版-爱编程w2bc.com</title>
<!--[if lt IE 9]><script>document.createElement("canvas");</script><![endif]-->
</head>
<body>
<div id="extra">
</div>
<canvas id="view" width="640" height="480">
</canvas>
<div id="desc">
<div>
水果忍者网页版,由百度 JS 小组倾情提供,我们邀请您关注<a href="http://weibo.com/baidujs" target="_blank">JS 小组的微博</a>,共同探讨前端话题。</div>
<div id="browser">
</div>
</div>
<script src="/scripts/2bc/_gg_980_90.js" type="text/javascript"></script>
<script src="scripts/all.js"></script>
</body>
</html>