-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path08.html
26 lines (26 loc) · 1.02 KB
/
08.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>Document</title>
<link rel="stylesheet" href="css/index.css"/>
<script src="js/boya.js"></script>
<script>top.setHeader(0); // 0 = 一级导航, 1 = 二级导航,2 = 登录,注册页导航</script>
</head>
<body>
<div class="content">
<div class="usercenter">
<div class="user_icon">
<div class="icon"><img src="img/100.png" alt=""/></div><span class="sex boy"></span>
<div class="name">夏天的尾巴</div>
</div>
<div class="info_list"><a href="#"><span class="u_info"></span>
<div>个人资料</div></a><a href="#"><span class="u_msg"></span>
<div>系统通知 <i>(20)</i><span></span></div></a><a href="#"><span class="u_list"></span>
<div>我的订阅</div></a><a href="#"><span class="u_history"></span>
<div>收听历史</div></a></div>
</div>
</div>
<script>top.setHeader(0,'subject'); </script>
</body>
</html>