forked from happydxh/lovelijian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelation.html
54 lines (53 loc) · 1.64 KB
/
relation.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>联系我们</title>
<link rel="stylesheet" type="text/css" href="css/main.css"/>
</head>
<body>
<header id="header">
<h2 class="logo">爱李健</h2>
<nav class="nav">
<ul>
<li><a href="index.html">首页</a></li>
<li><a href="music.html">专辑</a></li>
<li><a href="video.html">视频</a></li>
<li><a href="fatie.php">发帖</a></li>
<li><a href="about.html">关于</a></li>
</ul>
</nav>
<div class="reg"><a href="reg.html">注册</a></div>
<div class="login">
<a href="login.html">登录</a>
<span id="touxiangBox">
<img id="touxiang" src="" alt="头像"/>
<div class="shezhi">
<span class="jiantuo"></span>
<ul>
<li><a href="changeface.html">更改头像</a></li>
<li class="tuichu"><a href="javascript:;">退出</a></li>
</ul>
</div>
</span>
</div>
</header>
<div id="reg">
<h2>联系方式</h2>
<p>电 话 : 18770248202</p>
<p>邮 箱 : 1109747853@qq.com</p>
<p>GitHub : https://github.com/happydxh</p>
<p>微 博 : 18770248202</p>
<p>博 客 : 18770248202</p>
</div>
<div id="loading">
<p>加载中</p>
</div>
<div id="success">
<p>成功</p>
</div>
<script src="js/jquery-1.12.3.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/jquery.cookie.js" type="text/javascript" charset="utf-8"></script>
<script src="js/main.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>