-
Notifications
You must be signed in to change notification settings - Fork 71
/
buzz.html
25 lines (24 loc) · 1.2 KB
/
buzz.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href='/css/styles.css' rel='stylesheet' type='text/css' />
<link href='/images/favicon.png' rel='shortcut icon' />
<script src='/js/jquery.min.1.4.js'></script>
<script src='/js/app.js'></script>
<meta content='width=device-width, minimum-scale=1.0, maximum-scale=1.0' name='viewport' />
<title>Redis中文资料站</title>
<meta http-equiv="description" content="redis中文资料站,下载安装redis,查找redis常用命令(commands),选择适合的redis客户端方式,配置redis主从(master-slave),阅读redis官方文档,社区里了解更多redis信息,提交redis的bug。" />
</head>
<body class=''>
<script src='/js/head.js'></script>
<div class='text'>
<h1>Buzz</h1>
<section data-limit='20' data-page='1' id='buzz'>
<ul></ul>
<a class='paging' href='#'>More...</a>
</section>
</div>
<script src='/js/foot.js'></script>
</body>
</html>