-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAboutMe.html
More file actions
46 lines (41 loc) · 1.73 KB
/
Copy pathAboutMe.html
File metadata and controls
46 lines (41 loc) · 1.73 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>Dexiang Zong(宗德祥)</title>
<meta name="description" content="用于自我介绍。" />
<meta name="keywords" content="Daniel Zong, Dexiang Zong, dexiang zong,宗德祥, dexiangzong, daniel, 个人主页" />
<meta name="author" content="Dexiang Zong(宗德祥)" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style/style.css" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
</head>
<body>
<div id="main">
<div id="header">
<script type="text/javascript" src="js/logo.js"></script>
<div id="menubar">
<ul id="menu">
<!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
<li><a href="index.html">Home</a></li>
<!--<li><a href="Teaching.html">Teaching</a></li>-->
<li><a href="Publication.html">Publication</a></li>
<li><a href="Project.html">Project</a></li>
<li><a href="Award.html">Award</a></li>
<!--<li><a href="Link.html">Link</a></li>-->
<!--<li class="selected"><a href="AboutMe.html">AboutMe</a></li>-->
</ul>
</div>
</div>
<div id="content_header"></div>
<div id="site_content">
<script type="text/javascript" src="js/sidebar.js"></script>
<div id="content">
<!-- insert the page content here -->
<!--
</div>
</div>
<script type="text/javascript" src="js/copyright.js"></script>
</div>
</body>
</html>