-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (71 loc) · 2.6 KB
/
index.html
File metadata and controls
75 lines (71 loc) · 2.6 KB
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
70
71
72
73
74
75
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>麦檬科技 - 简单、有趣、创造价值</title>
<meta name="Description" content="简单、有趣、创造价值的移动互联网团队。 " />
<link rel="stylesheet" type="text/css" href="./tool/bootstrap/css/bootstrap.min.css" />
<script language='javascript' src='http://cdn.staticfile.org/jquery/2.0.3/jquery.min.js'></script>
<script language='javascript' src='./tool/bootstrap/js/bootstrap.min.js'></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav class="navbar navbar-default" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">
Toggle navigation
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
<span class="icon-bar">
</span>
</button>
<a class="navbar-brand" href="./">
MacmengWorks
</a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li class="active">
<a href="./">
关于我们
</a>
</li>
</ul>
</div>
</nav>
<div class="container">
<div>
<img src="./img/logo.jpg" width=256 />
</div>
<p class="lead">简单、有趣、创造价值的移动互联网团队。
<a href="http://weibo.com/ceelog" target="_blank">@Ceelog</a>
、
<a href="http://weibo.com/kangzubin" target="_blank">@Zubin</a>
、
<a href="http://weibo.com/u/2127752071" target="_blank">@YC</a>
、
<a href="http://weibo.com/mayloveless" target="_blank">@Comet</a>
、
<a href="http://weibo.com/u/1886549523" target="_blank">@shengming</a>
</p>
<p class="lead">上线项目:
<a href="http://iqiubo.com" target="_blank">@秋菠网</a>
、
<a href="http://zaozhidao.iqiubo.com" target="_blank">@亲历</a>
、
<a href="http://love.iqiubo.com" target="_blank">@QA恋</a>
</p>
</div>
<div>
<hr/>
<div style="margin:20px 0px;text-align:center;">
Copyright © MacmengWorks® 2013
</div>
</div>
</body>
</html>