-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlittle_prince.html
More file actions
56 lines (43 loc) · 1.64 KB
/
little_prince.html
File metadata and controls
56 lines (43 loc) · 1.64 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
<html>
<head>
<style>
p {
display: inline;
}
#OrangeHighlight {
background-color: orange;
}
.rbg {
color: red;
}
</style>
</head>
<body>
<img src="img\Littleprince.JPG" alt=""><br>
<p>
As the little prince dropped off to sleep, I took him in my arms and set out walking once more. <u>I felt deeply moved and stirred. It seemed to me that I was carrying a very fragile treasure.</u>
</p>
<p id="OrangeHighlight">
It seemed to me, even, that there was nothing more fragile on all Earth.
</p>
<p>
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:
</p>
<p class="rbg">
"What I see here is nothing but a shell. What is most important is invisible..."
</p>
<p>
As his lips opened slightly with the suspicion of a half-smile, I said to myself, again:
</p>
<p class="rbg">
"What movse 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..."
</p>
<p>
And i felt him to be more fragile still.
</p>
<p>
<u>I felt the need of protecting him, as if he himself were a flame that might be extinguished by a little puff of wind...</u>
</p>
<a href="index.html">RETURN</a>
</body>
</html>