-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (33 loc) · 905 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
27
28
29
30
31
32
33
34
<html>
<head>
<meta name="charset" content="utf-8"></meta>
<title>小站</title>
<meta charset="utf-8">
<link rel="icon" type="image/x-icon" href="/images/logo.png">
<link rel="stylesheet" type="text/css" href="/css/home.css">
</head>
<body>
<div class="container">
<div class="top-bar">
</div>
<header>
<h3 id="title">Evy's Site</h3>
<nav>
<ul class="clearfix">
<li><a id="nav-lab" href="javascript:void(0);">练习</a></li>
<li><a href="/blog">博客</a></li>
</ul>
</nav>
</header>
<main>
<ul id="work-list" class="">
<li><a href="/pages/canvas/star">星空</a></li>
<li><a href="/pages/canvas/petal">花瓣</a></li>
<li><a href="/react-app/dist">react todo</a></li>
</ul>
</main>
</div>
<script type="text/javascript" src="/js/lib/jquery.js"></script>
<script type="text/javascript" src="/js/home.js"></script>
</body>
</html>