-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticle.html
More file actions
50 lines (49 loc) · 1.88 KB
/
article.html
File metadata and controls
50 lines (49 loc) · 1.88 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
<!DOCTYPE html>
<html lang="cn">
<head>
<meta charset="UTF-8">
<title>Takin</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/common.css">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
</head>
<body>
<!--header start-->
<div class="header">
<div class="header-contain">
<div class="logo"><a href="javascript:void(0);" class="logo-title"></a></div>
<ul class="menu">
<li><a href="index.html">主 页</a></li>
<li class="active"><a href="javascript:void(0);">文 章</a></li>
<li><a href="games.html">小游戏</a></li>
<li><a href="about.html">关 于</a></li>
</ul>
<div class="login-box">
<i class="iconfont icon-user"></i>
<span><a href="reg.html">注册</a></span> /
<span><a href="login.html">登录</a></span>
</div>
</div>
</div>
<!--header end-->
<!--footer start-->
<div class="footer">
<div class="footer-content">
<p>
<span><a href="javascript:void(0);">关于python</a></span> |
<span><a href="javascript:void(0);">前端知识</a></span> |
<span><a href="javascript:void(0);">Linux及数据库操作</a></span>
<span>关于我:<a href="javascript:void(0);">Takin0</a></span>
</p>
<p>
<span><a href="javascript:void(0);">地址:xxxxxxx </a></span>
<span><a href="javascript:void(0);">联系方式:x00-xxxx-xxx</a></span>
</p>
</div>
<div class="footer-bottom">
<p class="bottom-content"> Copyright © 2018 - 2021 XXXXXX. All Rights Reserved</p>
</div>
</div>
<!--footer end-->
</body>
</html>