-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
44 lines (43 loc) · 1.39 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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>前端实验室</title>
<meta name="description" content="前端实验室">
<meta name="keywords" content="前端实验室">
<link href="static/css/index.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="static/js/lib/html5.js"></script>
<style type="text/css">
.txt-1{ visibility:hidden;}
</style>
<![endif]-->
</head>
<body>
<header class="header clearfix">
<div class="animation-logo">
<p class="">前端实验室</p>
</div>
<a class="fork" href="https://github.com/8788/lab" target="_blank"></a>
</header>
<section class="container clearfix">
<section class="main">
<div class="content">
<iframe class="iframe" src="game/2048/index.html" frameborder="0"></iframe>
</div>
</section>
<aside class="aside">
<!-- nav start -->
<nav class="nav">
<ul id="nav-tree" class="ztree"></ul>
</nav>
<!-- nav end -->
<a class="close-aside" href="javascript:;"></a>
</aside>
</section>
<script src="static/js/lib/jquery.min.js"></script>
<script src="static/js/lib/jquery.ztree.js"></script>
<script src="static/js/index.min.js"></script>
<script src="http://s11.cnzz.com/stat.php?id=5886804&web_id=5886804&show=pic1" language="javascript"></script>
</body>
</html>