-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
51 lines (41 loc) · 1.99 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>陈树成的个人博客 by web240</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>Blank的个人博客</h1>
<h2>All things are good for something.</h2>
</header>
<section id="downloads" class="clearfix" style="display:none;">
<a href="https://github.com/web240" id="view-on-github" class="button"><span>View on GitHub</span></a>
</section>
<hr>
<section id="main_content">
<p>我也开博客啦2016-3-12</p>
<p><a href="demo/backbone/backbone.html" target="_blank">backbonejs实例</a>2016-4-6</p>
<p><a href="demo/backbone/backbone_model.html" target="_blank">backbone-model</a>2016-4-6</p>
<p><a href="demo/backbone/backbone_model2.html" target="_blank">backbone-model2</a>2016-4-9</p>
<p><a href="demo/backbone/backbone_conllections.html" target="_blank">backbone-conllections</a>2016-4-9</p>
<p><a href="demo/backbone/backbone_router.html" target="_blank">backbone-router</a>2016-4-9</p>
<p><a href="demo/backbone/backbone_view.html" target="_blank">backbone-view</a>2016-4-9</p>
</section>
<footer>
This page was generated by <a href="javascript:void(0);">QQ:6947736</a>. @copyright 2016-2026.
</footer>
</div>
</div>
</body>
</html>