-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCyprusInformation.html
47 lines (45 loc) · 2.06 KB
/
CyprusInformation.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>CyprusInfo</title>
</head>
<body style="background-image:url(Asset/cyprusfinal1.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/Cyprus Song.ogg" >
<source src="Asset/tratitional_sound/Cyprus Song.mp3" >
</audio>
<div id="container">
<div id="header">
<h1>Cyprus</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/cyprusman.gif" width="300" height="500"></div>
<div id="papyrus"> <img src="Asset/papyrus_cy.gif" name="img_papyrus" id="img_papyrus" /></div>
<!-- <div id="info" >
<p> Cyprus is the third largest and third most populous island in the<br/>
Mediterranean and a member state of the European Union. It is<br/>
located east of Greece, south of Turkey, west of Syria and Lebanon,<br/>
northwest of Israel and north of Egypt. The northern side is occupied<br/>
by Turkey since 1974. Cyprus has a subtropical and Mediterranean<br/>
climate with very mild winters (on the coast) and warm to hot<br/>
summers. The population of Cyprus is 838 thousands. Nicosia is the<br/>
capital of Cyprus and the official languages of the country are Greek<br/>
and Turkish. On 1st of January 2008, Cyprus joined the Eurozone.<br/>
Cyprus is famous for the delicious traditional cheese called <i>halloumi</i>. <br/>
Pavlos Kontides is the first Cypriot Olympic medalist. </p>
</div>-->
<div id="korou"><img src="Asset/cypruswoman.gif" width="300" height="500"></div>
</div>
</body>
</html>