-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
30 lines (29 loc) · 940 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>2017 BetaHouse</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="static/css/style.css" type="text/css" />
<script src="static/js/jquery-1.11.1.min.js" type="text/javascript"></script>
<script src="static/js/index.js" type="text/javascript"></script>
</head>
<body>
<h1>2017 BetaHouse</h1>
<div class="hotel">
<ul class="menu">
<li class="item1">
<a href="">Member Blog</a>
<ul>
<li><a href="http://zhizhi.betahouse.us/">知之</a></li>
<li><a href="https://github.com/liuzheng1997/">刘政</a></li>
<li><a href="https://coink.wang/">Coink</a></li>
<li><a href="https://github.com/betaHouse16905214">李博</a></li>
</ul>
</li>
</ul>
</div>
<div class="footer">
<p>Copyright © 2017.BetaHouse All rights reserved.</p>
</div>
</body>
</html>