-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (53 loc) · 1.81 KB
/
index.html
File metadata and controls
56 lines (53 loc) · 1.81 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
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Junk Chen</title>
<meta name="author" content="Junk Chen" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<link rel="apple-touch-icon" href="images/avatar.png">
<link rel="shortcut icon" href="images/avatar.png" type="image/x-icon" />
<link rel="icon" sizes="any" mask href="images/avatar.png" />
</head>
<body>
<!--<div class="home"><a href="#top" target="_self"><b>TOP</b></a></div>-->
<!-- header -->
<div class="header">
<header>Junk Chen</header>
<div class="tab">
<a href="/"><b>Home</b></a> |
<a href="http://blog.csdn.net/kjunchen" target="_black"><b>Bolg</b></a> |
<a href="blog/about.html"><b>About</b></a> |
<a href="https://laylion.taobao.com/" target="_black"><b>浪兰科技</b></a>
</div>
</div>
<!-- page -->
<div class="page">
<!-- content -->
<div class="content">
<div class="center">
<img src="images/junkchen.jpg">
</div>
</div>
</div>
<!-- footer -->
<div class="footer">
<footer>
<a href="https://github.com/junkchen" target="_blank">
<img width="16px" src="images/github.ico" />Github
</a>
<a href="http://weibo.com/KjunChen" target="_blank">
<img style="background-color:rgba(0,0,0,0)" width="16px" src="images/weibo.ico" />Weibo
</a>
<a href="http://blog.csdn.net/kjunchen" target="_blank">
<img width="16px" src="images/csdn.ico" />CSDN
</a>
<br/><br/>
<div class="copyright">
<p>Copyright © 2015-2018 JunkChen <a href="http://junkchen.com" target="_self">junkchen.com</a></p>
</div>
</footer>
</div>
</body>
</html>