-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
26 lines (26 loc) · 1.08 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
<html>
<body style="display: flex">
<div style="display: flex; flex-direction: column; margin: auto;">
<a href="cities/adana/index.html">Adana</a>
<a href="cities/adiyaman/index.html">Adıyaman</a>
<a href="cities/aksaray/index.html">Aksaray</a>
<a href="cities/bingol/index.html">Bingöl</a>
<a href="cities/diyarbakir/index.html">Diyarbakır</a>
<a href="cities/elazig/index.html">Elazığ</a>
<a href="cities/erzincan/index.html">Erzincan</a>
<a href="cities/hatay/index.html">Hatay</a>
<a href="cities/maras/index.html">Kahramanmaraş</a>
<a href="cities/kayseri/index.html">Kayseri</a>
<a href="cities/kilis/index.html">Kilis</a>
<a href="cities/malatya/index.html">Malatya</a>
<a href="cities/mardin/index.html">Mardin</a>
<a href="cities/mersin/index.html">Mersin</a>
<a href="cities/mus/index.html">Muş</a>
<a href="cities/osmaniye/index.html">Osmaniye</a>
<a href="cities/sivas/index.html">Sivas</a>
<a href="cities/tunceli/index.html">Tunceli</a>
<a href="cities/urfa/index.html">Urfa</a>
<a href="cities/van/index.html">Van</a>
</div>
</body>
</html>