-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (48 loc) · 3.38 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
52
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>GENERALTUNE的博客</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/bootstrap.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/jquery-ui.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css" media="screen">
<script type="text/javascript" src="js/external.js"></script>
</head>
<body>
<ul class="nav nav-tabs">
<li role="presentation" class="active"><a href="#">博客主页</a></li>
<li role="presentation"><a href="#">文章列表</a></li>
<li role="presentation"><a href="#">技术讨论</a></li>
<li role="presentation"><a href="html/finance.html">股市信息</a></li>
<li role="presentation"><a href="home.html">主页</a></li>
<li role="presentation"><a href="#">联系方式</a></li>
<li role="presentation"><a href="/geolocation.html">当前地理信息</a></li>
<li role="presentation"><a href="/mobile/index.html">移动版</a></li>
<li role="presentation"><input type="text" class="form-control inline " name=""></li>
<li role="presentation"><button type="submit" class="btn btn-default">搜索</button></li>
</ul>
<div class="container-fluid">
<div class="panel panel-default">
<div class="panel-heading">学习网站&&常用网站</div>
<div class="panel-body">
<a href="http://www.ruanyifeng.com/blog/" target="_blank">阮一峰的博客</a><br>
<a href="www.nodejs.org" target="_blank"> nodejs 官网</a><br>
<a href="spring.io" target="_blank"> spring 官网</a><br>
<a href="http://stackoverflow.com" target="_blank" >stackoverflow</a><br>
<a href="http://sixrevisions.com" target="_blank">sixrevisions 偏设计</a><br>
<a href="https://github.com/jobbole" target="_blank">伯乐在线</a><br>
<a href="https://speckyboy.com/" target="_blank" >https://speckyboy.com/</a><br>
<a href="https://webresourcesdepot.com/" target="_blank">https://webresourcesdepot.com/ 是超级有用的Web开发博客,可以每天推送最新的posts! </a><br>
<a href="https://www.smashingmagazine.com/ " target="_blank">https://www.smashingmagazine.com/ Smashing Magazine也是非常有名的网站,这个网站基本是每天都会更新的,提供一些关于HTML,CSS,JavaScript的资源。</a><br>
<a href="http://www.onextrapixel.com/" target="_blank">http://www.onextrapixel.com/ 是关于Web设计的网站,该网站也提供一些非常有价值的Web开发相关的文章,如HTML5,jQuery等,你都会有所收获。</a><br>
<a href="http://www.paulirish.com/" target="_blank">http://www.paulirish.com/ 开发人员应该都会知道Paul ,他开发了很多提升效率的工具。他目前在Google Chrome开发工具部工作</a><br>
</div>
</div>
<div class="panel-footer">博客还在建设中,请持续关注... ...<br></div>
</div>
<!-- <script type="text/javascript" src="js/checkClient.js"></script> -->
<script type="text/javascript" src="js/app.js"></script>
</body>
</html>