-
Notifications
You must be signed in to change notification settings - Fork 0
/
categories.html
28 lines (23 loc) · 1.03 KB
/
categories.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
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <meta name="description" content="Share my story with you"> -->
<title>Kython Liao</title>
<link rel="stylesheet" href="/theme/css/bootstrap.min.css">
<!-- <link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.3.4/css/bootstrap.min.css"> -->
<!-- 可选的Bootstrap主题文件(一般不用引入) -->
<!-- <link rel="stylesheet" href="/theme/css/bootstrap-theme.min.css"> -->
<link rel="stylesheet" href="http://cdn.bootcss.com/font-awesome/4.2.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/theme/css/main.css">
</head>
<body>
<ul>
<li><a href="/category/mathematica.html">Mathematica</a></li>
<li><a href="/category/python.html">Python</a></li>
</ul>
<script src="http://cdn.bootcss.com/jquery/1.11.2/jquery.min.js"></script>
<script src="http://cdn.bootcss.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</body>
</html>