-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchives.html
59 lines (55 loc) · 1.87 KB
/
archives.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<title>Yunfei Luo's Personal Website</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=0.4">
<link rel="icon" type="image/x-icon" href="update/photos/icon.png" />
<link rel="stylesheet" href="static/css/basic.css">
<script rel="stylesheet" src='static/js/front.js'></script>
<script src="https://kit.fontawesome.com/7dc1dfa47d.js" crossorigin="anonymous"></script>
<!-- React -->
<script src="build/react.development.js"></script>
<script src="build/react-dom.development.js"></script>
<script src="build/babel.min.js"></script>
<!-- Update modules -->
<script type="text/babel" src="update/footer.js"></script>
<script type="text/babel" src="update/publications.js"></script>
<script type="text/babel" src="static/js/search_list.js"></script>
</head>
<body>
<header>
<nav class="sidenav">
<ul>
<li style="cursor:pointer">
<a href="index.html" class="active">Home</a>
</li>
<li style="cursor:pointer">
<a href="publications.html" class="active">Publications</a>
</li>
<li style="cursor:pointer">
<a href="blogs.html" class="active">Blogs</a>
</li>
<li style="cursor:pointer">
<a href="projects.html" class="active">Projects</a>
</li>
</ul>
</nav>
</header>
<!-- section 0 -->
<section class = "blogs">
<div class = "container">
<div id="root"></div>
<h2>Archives</h2>
<div class="asidenav" id="list"></div>
<br/><br/><br/><br/>
<br/><br/><br/><br/>
<br/><br/><br/><br/>
<br/><br/><br/><br/>
<br/><br/><br/><br/>
</div>
</section>
<!-- The end: footer -->
<div id="footer"></div>
</body>
</html>