-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlittle_prince.html
More file actions
62 lines (58 loc) · 2.25 KB
/
little_prince.html
File metadata and controls
62 lines (58 loc) · 2.25 KB
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
<!DOCTYPE html>
<html>
<head>
<link href = "littile_prince.css" type ="text/css" rel = "stylesheet">
</head>
<body>
<div>
<img src = "./img/littile_prince.jpg" alt = "Picture of Little Prince">
</div>
<div>
<p>
<span class="ex1"
>As the little prince dropped off to sleep, I took him in my arms and
set out walking once more.</span
>
<span class="ex2"
>I felt deeply moved, and stirred. It seemed to me that I was carrying
a very fragile treasure.</span
>
<span class="ex3"
>It seemed to me, even, that there was nothing more fragile on all
Earth.</span
>
<span class="ex4"
>In the moonlight I looked at his pale forehead, his closed eyes, his
locks of hair that trembled in the wind, and I said to myself:</span
>
<span class="ex5"
>"What I see here is nothing but a shell. What is most important is
invisible...”</span
>
<span class="ex6"
>As his lips opened slightly with the suspicion of a half-smile, I said to myself again:</span
>
<span class="ex7"
>
"What moves me so deeply, about this little prince who is sleeping here, is his loyalty to a flower--the
image of a rose that shines through his whole being like the flame of a lamp, even when he is asleep."
</span
>
<span class="ex8"
>
And I felt felt him to be more fragile still.
</span
>
<span class="ex9"
>
I felt the need of protecting him, as if he himself were a flame that might be extinguished by
one little puff of wind...
</span
>
</p>
</div>
<div>
<a href = "index.html">Head to the index page</a>
</div>
</body>
</html>