-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path春晓.html
27 lines (27 loc) · 1.02 KB
/
春晓.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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>春晓</title>
<style>
.poem {
font-size: 24px;
line-height: 1.6;
text-align: center;
}
a {
text-decoration: none;
color: #000;
}
</style>
</head>
<body>
<div class="poem">
<p><a href="https://www.hanzipi.com/春.html" target="_blank">春</a><a href="https://www.hanzipi.com/眠.html" target="_blank">眠</a>不觉<a href="https://www.hanzipi.com/晓.html" target="_blank">晓</a>,</p>
<p>处处<a href="https://www.hanzipi.com/闻.html" target="_blank">闻</a>啼<a href="https://www.hanzipi.com/鸟.html" target="_blank">鸟</a>。</p>
<p>夜来<a href="https://www.hanzipi.com/风.html" target="_blank">风</a><a href="https://www.hanzipi.com/雨.html" target="_blank">雨</a>声,</p>
<p>花<a href="https://www.hanzipi.com/落.html" target="_blank">落</a>知多<a href="https://www.hanzipi.com/少.html" target="_blank">少</a>?</p>
</div>
</body>
</html>