-
Notifications
You must be signed in to change notification settings - Fork 81
/
index.html
executable file
·66 lines (54 loc) · 3.13 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
<!DOCTYPE html>
<html lang='zh'>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>我是一只鸟,啦啦啦</title>
<link href="ui/bird.css" media="screen" rel="stylesheet" type="text/css" />
<link href="ui/document.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<div class='ct-p1'>
<img class='avatar' src='http://tp2.sinaimg.cn/1418521581/180/5639678895/1' alt='me' />
<div class='developer'>
<span>开发者:</span>
<a href='http://github.com/ben7th' target='_blank'>Ben7th</a>
<br/>
<span>新浪微博:</span>
<a href='http://weibo.com/ben7th' target='_blank'>weibo.com/ben7th</a>
</div>
<hr/>
<div class='stat'>
<span>统计:</span><br/>
<div class='lines'>
<span style='color:yellow;'>JavaScript-Coffee:</span>
<span>475行</span><br/>
<span style='color:yellow;'>SCSS:</span>
<span>380行</span><br/>
<span style='color:yellow;'>HTML:</span>
<span>0行</span><br/>
<span style='color:yellow;'>PNG图片:</span>
<span>15张</span><br/>
</div>
<br/>
<span>源代码:</span><br/>
<a href='https://github.com/ben7th/flappy-html5-bird' target='_blank'>github.com/ben7th/flappy-html5-bird</a><br/>
<span>最后更新:2014.02.17</span>
</div>
<br/>
<div class='bshare'>
<div class="bshare-custom icon-medium"><div class="bsPromo bsPromo2"></div><a title="分享到新浪微博" class="bshare-sinaminiblog"></a><a title="分享到腾讯微博" class="bshare-qqmb" href="javascript:void(0);"></a><a title="分享到人人网" class="bshare-renren"></a><a title="分享到豆瓣" class="bshare-douban" href="javascript:void(0);"></a><a title="分享到有道笔记" class="bshare-youdaonote" href="javascript:void(0);"></a><a title="更多平台" class="bshare-more bshare-more-icon more-style-addthis"></a><span class="BSHARE_COUNT bshare-share-count" style="float: none;">24.6K</span></div><script type="text/javascript" charset="utf-8" src="http://static.bshare.cn/b/buttonLite.js#style=-1&uuid=57bc5d98-618c-410c-83cd-299d859bba76&pophcol=2&lang=zh"></script><script type="text/javascript" charset="utf-8" src="http://static.bshare.cn/b/bshareC0.js"></script>
</div>
</div>
<script type="text/javascript" src="ui/lib/jquery-2.1.0.min.js"></script>
<script type="text/javascript" src="ui/lib/coffee-script.js"></script>
<script type="text/coffeescript" src="ui/bird.js.coffee"></script>
<script type="text/javascript" charset="utf-8" src="http://static.bshare.cn/b/buttonLite.js#uuid=a3b1e297-3f5c-4229-bb55-e938e9072078&style=-1"></script>
<script>
bShare.addEntry({
title: '我是一只小小鸟 - Flappy Bird HTML5 版',
summary: '原版神似度高达 90%,小伙伴们都来试试吧。记得用 Chrome / Firefox 访问噢 ~',
pic: 'http://ben7th.github.io/flappy-html5-bird/cover.png'
})
</script>
</body>
</html>