-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (25 loc) · 1004 Bytes
/
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Outsight Seminars" />
<link rel="stylesheet" type="text/css" href="css/index.css" />
</head>
<body>
<div id="content">
<h1>Outsight Seminars</h1>
<div class="session">
<h2>2013-10-19</h2>
<hr>
<p><a href="20131019/c++11/index.html">C++11新特性</a></p>
<p><a href="20131019/lisp/index.html">Lisp语言入门</a></p>
</div>
<div class="session">
<h2>2014-04-22</h2>
<hr>
<p><a href="20140422/c++11stl/index.html">C++11新特性++</a></p>
<p><a href="http://slides.com/jiajunw/oauth">OAuth 简介</a></p>
</div>
</div>
</body>
</html>