-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
39 lines (38 loc) · 2.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
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>SVG Türkiye Haritası | SVG Turkey Map</title>
<meta name="description" content="Responsive olarak hazırlanmış SVG Türkiye haritası | Responsive SVG Turkey Map">
<link rel="canonical" href="https://svg-turkey-map.ferditarakci.com.tr">
<meta property="og:locale" content=en_US><meta property=og:type content=website>
<meta property="og:url" content="https://svg-turkey-map.ferditarakci.com.tr">
<meta property="og:site_name" content="SVG Türkiye Haritası | SVG Turkey Map">
<meta property="og:title" content="SVG Türkiye Haritası | SVG Turkey Map">
<meta property="og:description" content="Responsive olarak hazırlanmış SVG Türkiye haritası | Responsive SVG Turkey Map">
<meta property="og:image" content="https://svg-turkey-map.ferditarakci.com.tr/assets/images/svg-turkey-map.jpg">
<meta property="og:image:alt" content="SVG Türkiye Haritası | SVG Turkey Map">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="1992">
<meta property="og:image:height" content="997">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<div class="turkey-map-wrapper">
<div>
<div class="title">
<h1><a href="https://github.com/ferditarakci/svg-turkey-map" target="_blank">SVG Türkiye Haritası | SVG Turkey Map</a></h1>
<p>Responsive olarak hazırlanmış SVG Türkiye haritası | Responsive SVG Turkey Map</p>
</div>
<div id="svgMap" class="turkey-map"></div>
<div class="copyright">
<p><a href="https://www.ferditarakci.com.tr" target="_blank" title="Freelance Web Developer">Development: Ferdi Tarakcı</a></p>
<p><a href="https://github.com/ferditarakci/svg-turkey-map" target="_blank" title="SVG Türkiye Haritası | SVG Turkey Map">Github Repository</a></p>
</div>
</div>
</div>
<script src="assets/js/script.js"></script>
</body>
</html>