-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPolandInformation.html
47 lines (45 loc) · 1.98 KB
/
PolandInformation.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
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" href="info.css" type ="text/css">
<meta charset="utf-8">
<link rel="icon"
href="Asset/euro_flag.jpg" />
<title>PolandInfo</title>
</head>
<body style="background-image:url(Asset/polandfinal.gif);" onLoad="playMusic();">
<script type="text/javascript">
function playMusic(){
var music = document.getElementById("music");
music.play();
}
</script>
<audio id="music" autoplay loop>
<source src="Asset/tratitional_sound/poland song.ogg" >
<source src="Asset/tratitional_sound/poland song.mp3">
</audio>
<div id="container">
<div id="header">
<h1>Poland</h1>
</div>
<div id="back"> <a href="LearningOption.html"><img id="back_img" src="Asset/back.png" width="80" height="80"/></a></div>
<div id="home"> <a href="Index2.html"><img id="home_img" src="Asset/home.png" width="80" height="80"/></a></div>
<div id="adropos"><img src="Asset/polandman.gif" ></div>
<div id="papyrus"> <img src="Asset/papyrus_pla.gif" name="img_papyrus" id="img_papyrus" /></div>
<!-- <div id="info" >
<p>Poland is a country in Central Europe, bordered by Germany to the<br/>
west; the Czech Republic and Slovakia to the south; Ukraine, Belarus<br/>
to the east; and the Baltic Sea and Lithuania to the north. The<br/>
climate is oceanic in the north and west and becomes gradually<br/>
warmer and continental towards the south and east. Summers are<br/>
generally warm and winters are rather cold. It is the sixth most <br/>
populous member ofthe European Union with 38 million inhabitants. <br/>
Poland’s capital is Warsaw and the official language is Polish. <br/>
Poland doesn’t use the Euro. Its currency is the Polish złoty. One<br/>
of the Popes was from Poland.His name was John Paul the second. <br/>
His was pope from 16th October 1978 to his death in 2005.</p>
</div> -->
<div id="korou" style="left: 82%;"><img src="Asset/polandwoman.gif" width="150" height="500"></div>
</div>
</body>
</html>