-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
45 lines (37 loc) · 1.16 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/html">
<head>
<title>打飞机吧,吼吼!!</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="css/modern.css" rel="stylesheet">
<link href="css/site.css" rel="stylesheet">
<link href="css/modern-responsive.css" rel="stylesheet">
</head>
<body class="modern-ui">
<div class="page">
<div class="page-region ">
<div class="page-region-content">
<div class="grid">
<div class="row">
<div class="span4"></div>
<div class="span4">
<a href="Cocos2d/demo/index.html">
<button class="command-button bg-color-blue" >
微信打飞机
<small>当然只是一个未完成品</small>
</button>
</a>
<a href="http://onebyonedesign.com/flash/particleeditor/">
<button class="command-button bg-color-green">
粒子编辑器
<small>当然只是从别人那里拿来的</small>
</button>
</a>
</div>
<div class="span4"></div>
</div>
</div>
</div>
</div>
</div>
</body>