-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
131 lines (61 loc) · 3 KB
/
index.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<html>
<head>
<title> Santorini </title>
</head>
<body>
<h1> Santorini! </h1>
<iframe width="400" height="280" src="https://www.youtube.com/embed/M84us5Wvy2U" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen align="right"></iframe>
<h2> A few words about Santorini</h2>
<img src="Santorini.jpg" height="200"> </img>
<p> Santorini is essentially what remains after an enormous volcanic eruption that destroyed the earliest settlements on a formerly single island, and created the current geological caldera. A giant central, rectangular lagoon with steep cliffs on three sides. The main island slopes downward to the Aegean Sea. </p>
<hr>
<h3> About Santorini </h3>
<ul>
<li> Area: 76.19 km² </li>
<li> Max length: 18 km </li>
<li> Postal code: 847 00, 847 02 </li>
<li> Area code: 22860 </li>
<li> Modern Santorini: <a href="https://www.in2greece.com/english/places/summer/islands/santorini.htm"> Tourism </a>
</ul>
<hr>
<h3> Top Things to Do in Santorini </h3>
<ol>
<li> Watch the Sunset </li>
<li> Enjoy a Catamaran Cruise around the island </li>
<li> A Therapeutic Walk at Oia, Pyrgos, and Fira </li>
<li> Visit Volcano and Enjoy Swimming in Hot Springs </li>
<li> Swim in the Black Beach </li>
</ol>
<table>
<thead>
<tr>
<th> <strong>Villages <br> and Towns </strong> </th>
<th> <strong> Beaches </strong> </th>
<th> <strong> Wineries </strong> </th>
</tr>
</thead>
<tbody>
<tr>
<td> Fira </td>
<td> White Beach </td>
<td> Santo Wines </td>
</tr>
<tr>
<td> Mesaria </td>
<td> Monolithos </td>
<td> Estate Argyros </td>
</tr>
<tr>
<td> Oia </td>
<td> Amoudi </td>
<td> Venetsanos Winery </td>
</tr>
</tbody>
</table>
<hr>
<form action="https://wikitravel.org/en/Santorini">
<p> <strong> Want to know more about Santorini? </strong> </p>
<p> <input type="submit" value="Click Here"> </p>
</form>
</body>
</html>