Files
vczero.github.io/iblog/list.html
T
2014-06-24 14:15:25 +08:00

72 lines
2.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>vczero的博客</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF8" Cache-control="public"/>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
<link rel='stylesheet' href='css/main.css' />
<script type="text/javascript" src="js/jquery2.1.1.js"></script>
<script type="text/javascript" src="js/sea2.3.js"></script>
<script type="text/javascript" src="js/underscore.js"></script>
<script type="text/javascript" src="js/list.js"></script>
</head>
<body>
<!--页眉-->
<header class="header">
<div class="header_bar">
<div class="title">iBlog</div>
</div>
</header>
<!--菜单-->
<section class="menu">
<table class="menu_table">
<tr class="menu_table_tr">
<td>Web前端</td>
<td>Web后端</td>
</tr>
<tr class="menu_table_tr">
<td>NoSQL</td>
<td>SQL</td>
</tr>
<tr class="menu_table_tr">
<td>JS</td>
<td>HTML5</td>
</tr>
<tr class="menu_table_tr">
<td>Node</td>
<td>LBS</td>
</tr>
<tr class="menu_table_tr">
<td>小事</td>
<td>关于我</td>
</tr>
</table>
</section>
<!--list-->
<section class="main_section">
<div id="showblog"></div>
</section>
<!--页脚-->
<footer class = "footer">
<div class="footer_info">
<div class="footer_start">
<a class="start_item" href="https://github.com/vczero">
<img style="width:40px;height:40px;" src="imgs/github.jpg">
</a>
<a class="start_item" href="http://weibo.com/2762275212/profile?rightmod=1&wvr=5&mod=personinfo">
<img style="width:40px;height:40px;" src="imgs/weibo.png">
</a>
<a class="start_item" href="http://vczero.github.io/index.html">
<img style="width:40px;height:40px;" src="imgs/me.png">
</a>
</div>
</div>
<div class="footer_links">
<div class="footer_text">wlhmyit@126.com</div>
<div class="footer_text">QQ:1163259171</div>
<div class="footer_text">create by vczero</div>
</div>
</footer>
</body>
</html>