-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlittle_prince.html
More file actions
35 lines (35 loc) · 1.83 KB
/
Copy pathlittle_prince.html
File metadata and controls
35 lines (35 loc) · 1.83 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
<!DOCTYPE html>
<html>
<head>
<title>The Little Prince</title>
<style>
.red {color:red; font-weight: bold;}
.underline {text-decoration: underline;}
.highlight {background-color: orange;}
</style>
</head>
<body>
<button onclick="document.location='index.html'">Go back to Index</button>
<br>
<img src="../img/Littleprince.jpeg" alt="Little Prince Cover" width="350" height="375">
<p>As the little prince dropped off to sleep, I took him in
<br>my arms and set out walking once more. <span class="underline">I felt deeply
<br>moved, and stirred. It seemed to me that I was
<br>carrying a very fragile treasure.</span> <span class="highlight">It seemed to me, even,
<br>that there was nothing more fragile on all Earth.</span> In the
<br>moonlight I looked at his pale forehead, his closed
<br>eyes, his locks of hair that trembled in the wind, and I
<br>said to myself: <span class="red">"What I see here is nothing but a
<br>shell. What is most important is invisible..."</span>
<br>As his lips opened slightly with the suspicion of a
<br>half-smile, I said to myself, again: <span class="red">"What moves me
<br>so deeply, about this little prince who is sleeping
<br>here, is his loyalty to a flower--the image of a rose
<br>that shines through his whole being like the flame
<br>of a lamp, even when he is asleep . . . "</span>And I felt
<br>him to be more fragile still. <span class="underline">I felt the need of
<br>protecting him, as if he himself were a flame that
<br>might be extinguished by a little puff of wind . . .</span>
</p>
</body>
</html>