-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtype.html
More file actions
77 lines (74 loc) · 3.65 KB
/
Copy pathtype.html
File metadata and controls
77 lines (74 loc) · 3.65 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/index.css" />
</head>
<body>
<div class="position">
<div class="head">
<div class="head-position">
<div class="left-logo"><img src="Images/head.png" /></div>
<center>
My Blog
<span>Sub Title</span>
<div>
<a href="index.html">归档</a>/
<a href="type.html"><b>分类</b></a>/
<a href="tag.html">标签</a>/
<a href="about.html">关于</a>
</div>
</center>
</div>
</div>
<div class="main">
<div class="content">
<h1 id="main-title"> 这是一个标题</h1>
<h3 id="sub-title">CSharp / 2016-06-14 / Class</h3>
<h6 id="split-line"></h6>
<article id="article">
<h4>2015</h4>
<ul class="article-list-ul">
<li><span>2016-06-15 >></span><a href="#">开源包管理系统和环境管理系统</a></li>
<li><span>2016-06-15 >></span><a href="#">开源包管理系统和环境管理系统</a></li>
<li><span>2016-06-15 >></span><a href="#">开源包管理系统和环境管理系统</a></li>
<li><span>2016-06-15 >></span><a href="#">开源包管理系统和环境管理系统</a></li>
<li><span>2016-06-15 >></span><a href="#">开源包管理系统和环境管理系统</a></li>
</ul>
<h4>2015</h4>
<ul class="article-list-ul">
<li><span>2016-06-15 >></span><a href="#">开源包管理系统和环境管理系统</a></li>
<li><span>2016-06-15 >></span><a href="#">开源包管理系统和环境管理系统</a></li>
<li><span>2016-06-15 >></span><a href="#">开源包管理系统和环境管理系统</a></li>
<li><span>2016-06-15 >></span><a href="#">开源包管理系统和环境管理系统</a></li>
<li><span>2016-06-15 >></span><a href="#">开源包管理系统和环境管理系统</a></li>
</ul>
</article>
<div id="tool">
<a id="go-top" href="javascript:scroll(0,0)">^</a>
<a id="show-menu">=</a>
<a id="back-list"><</a>
<div id="content-menu">
<article id="menu-article">
<h4>2015</h4>
<ul class="menu-article-ul">
<li><a href="#">开源包管理系统和环境管理系统</a></li>
<li><a href="#">开源包管理系统和环境管理系统</a></li>
<li><a href="#">开源包管理系统和环境管理系统</a></li>
<li><a href="#">开源包管理系统和环境管理系统</a></li>
<li><a href="#">开源包管理系统和环境管理系统</a></li>
</ul>
</article>
</div>
</div>
</div>
</div>
<div class="foot">
<div class="content">
<center class="copyright">
CopyRight © Bruce
</center>
</div>
</div>
</div>
</body>
</html>