-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwebphu.html
106 lines (98 loc) · 4.04 KB
/
webphu.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="vi">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="webphu.css">
</head>
<body>
<div>
<div class="menu">
<div class="items-menu">
<div class="item-menu position">
<a href="index.html" class="text-menu">MENU</a>
<div class="items-position">
<div class="item-position">CHARACTERS</div>
<div class="item-position">QUOTES</div>
</div>
</div>
<div class="item-menu"><a href="">POETRY</a></div>
</div>
<div class="title-menu">
SEX EDUCATION
</div>
</div>
</div>
<div class="content">
<div class="box"><a> ADAM'S POEM </a>
</div>
<div class="content-poem">
<br>
<span class="title-poem">IN ENGLISH</span>
A boy I don’t like told me to write from the heart
<br> I didn’t know what that meant because I never knew I had one
<br> I never knew I had a heart
<br> ‘Til you said you kissed a boy I haven’t met
<br> Then I knew I had a heart
<br> Because I thought it might stop
<br> And when I thought my heart might stop beating
<br> I realised it had always been there
<br> But it didn’t know how to feel
<br> Until I thought about losing you
<br> I knew we wouldn’t last forever
<br> I was waiting for this day
<br> But I hope we can fix things
<br> And if we can’t
<br> I will always thank you
<br> For showing me I have a heart
</div>
<div class="content-poem">
<br>
<span class="title-poem"> IN VIETNAMESE </span>
Anh chàng mà tôi chẳng ưa muốn tôi viết một bài thơ bằng trái tim mình
<br>Làm sao có thể khi tôi còn chẳng biết liệu mình có một trái tim chăng
<br> Còn chẳng biết liệu mình có một trái tim chăng.
<br>Nhưng khi em thổn thức rằng em vừa trót hôn một kẻ lạ
<br>Anh chợt biết rằng anh là gã có trái tim
<br>Vì anh vừa nghe tiếng tim mình ngừng đập.
<br> Nghe tiếng tim mình ngừng đập
<br>Anh nhận ra nó vẫn luôn ở đây
<br>Trái tim ngu dại còn chẳng biết đến sự hiện hữu của chính mình
<br> Chỉ đến khi nó biết rằng em sắp rời xa anh.
<br>Anh vẫn biết tình ta chẳng là mãi mãi
<br> Anh vẫn chờ ngày tình này tan
<br>Nhưng anh vẫn mang hi vọng
<br> Một ngày cứu vãn được tình em.
<br>Nhưng nếu không
<br> Anh vẫn sẽ luôn biết ơn em
<br>Vì đã giúp anh nhận ra
<br> Rằng trái tim này anh vẫn có
</div>
</div>
</div>
</div>
<div class="footer-section">
<div class="footer-1">
<h1>THANK FOR VISITING</h1>
Hope you enjoy spending time with my website !
</div>
<div class="footer-2">
<h1>Explore</h1>
Characters
<br> Quotes
<br> Poem
</div>
<div class="footer-3">
<h1>Follow Along</h1>
<a href="https://www.instagram.com/">Instagram</a>
<br> <a href="https://www.facebook.com/nguyenhailinh2408">Facebook
</div>
<div class="footer-4">
<h1>Get in Touch</h1>
linhnh.nevents@gmail.com
</div>
</div>
</body>
</html>