-
Notifications
You must be signed in to change notification settings - Fork 0
/
poem-four.html
48 lines (48 loc) · 1.62 KB
/
poem-four.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Poem Four</title>
<link rel="stylesheet" href="/css/styles.css">
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
</head>
<body>
<div>
<div class="marquee-container">
<div class="marquee">
<a href="/" class="marquee-link">ChaoChaos</a>
</div>
</div>
</div>
<hr class="divider">
<div class="poem-title-t">海岸日记</div>
<div class="poem-content-c">
<p>荒岛,你的世界,</p>
<p>巨大的冲击。</p>
<br>
<p>礁石,你的伴侣,</p>
<p>难得的亲吻。</p>
<br>
<p>所有不幸发生的未来,</p>
<p>太阳升起,</p>
<p>倾洒海面的痕迹,</p>
<p>拍打你,刻画真实的面孔。</p>
<br>
<p>风也吹吹哨。</p>
</div>
<hr class="divider">
<div class="footer">
<div class="footer-contact">
<a><span>Contact</span></a>
</div>
<div class="footer-email">
<a href="mailto:[email protected]"><span>Email</span></a>
</div>
<div class="footer-instagram">
<a href="https://instagram.com/anwgho"><span>Instagram</span></a>
</div>
</div>
<footer>© ChaoChaos. All Rights Reserved.</footer>
</body>
</html>