-
Notifications
You must be signed in to change notification settings - Fork 0
/
giselle.html
26 lines (23 loc) · 934 Bytes
/
giselle.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
<!DOCTYPE html>
<html lang="en">
<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">
<link rel="stylesheet" href="main.css">
<title>Giselle</title>
</head>
<body>
<h1>GISELLE</h1>
<img src="imgs/characters/giselle.jpg">
<div>
<p>Played By: Amy Adams</p>
<p>Voiced By: Romina Marroquín Payró (Latin American Spanish), Satoko Kimura (Japanese), Ilaria Latini
(Italian), Ann van den Broeck (Dutch), Daryna Murashchenko (Ukrainian)</p>
<p>The main protagonist of the film, Giselle comes from the land of Andalasia and finds herself in modern-day
New York the day of her wedding with Prince Edward, forcing her to find a way to return and learn about this
strange new land that is the
real world.</p>
</div>
</body>
</html>