-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSentieriAmerini.html
37 lines (36 loc) · 1.1 KB
/
SentieriAmerini.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
<!doctype html>
<html lang="it">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Sentieri Amerini</title>
</head>
<body>
<style>
body {
background:url('map/images/Amelia_PanoramaBack.jpg');
background-repeat: no-repeat;
background-position: Top;
background-size: 100%;
background-color: #88b8b8;
}
h1 {
color: blue;
text-align: center;
}
p {
text-align: center;
}
</style>
<br><br>
<h1>Sentieri Amerini</h1>
<br><br>
<p><a href="map/SentieriAmerini_it.html" target="_blank"> Mappa</a>
<img src="map/images/120px-Flag_of_Italy.svg.png" align="middle", hspace="20", height="50px", width="80px"></p><br>
<p><a href="map/SentieriAmerini_en.html" target="_blank"> Map</a>
<img src="map/images/120px-Flag_of_the_United_Kingdom.svg.png" align="middle", hspace="20", height="50px", width="80px"></p><br>
<p><a href="map/SentieriAmerini_de.html" target="_blank"> Karte</a>
<img src="map/images/120px-Flag_of_Germany.svg.png" align="middle", hspace="20", height="50px", width="80px">
</p>
</body>
</html>