-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (33 loc) · 1.01 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>李润鑫的博客</title>
<meta charset="utf-8">
</head>
<body>
<table border="1" width="100%" align="center">
<caption align="center">博客</caption>
<tr height="100%">
<td width="20%" align="center" valign="center">
<font size="6" color="blue">音乐</font>
</td>
<td align="center" valign="center">
<font size="6" color="blue">好听的音乐</font>
<br>
<strong>
<a href="http://music.163.com/#/m/song?id=445703305&userid=247426148" target="_blank">hallelujah</a>
<br>
<a href="http://music.163.com/#/m/song?id=445702292&userid=247426148" target="_blank">I am still standing</a>
<br>
<a href="http://music.163.com/#/m/song?id=445703302&userid=247426148" target="_blank">shake it off</a>
<br>
<a href="http://music.163.com/#/m/song?id=445702288&userid=247426148" target="_blank">venus</a>
<br>
<a href="http://music.163.com/#/m/song?id=443056294&userid=247426148" target="_blank">set it all free</a>
</strong>
<br>
</td>
</tr>
</table>
</body>
</html>