-
Notifications
You must be signed in to change notification settings - Fork 41
/
index.html
32 lines (22 loc) · 1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>TurkeyVisited</title>
<link rel="stylesheet" href="styles.css">
<script src="https://d3js.org/d3.v5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2canvas/1.3.2/html2canvas.min.js"></script>
<script src="https://cdn.jsdelivr.net/g/filesaver.js" s></script>
</head>
<body>
<div id="welcome_text">Ziyaret ettiğiniz illeri aşağıdan işaretleyebilirsiniz!</div>
<div id="map_container"></div>
<div id="buttonGroup">
<button id="reset_button" onclick="resetButton()">Sıfırla</button>
<a id="github_logo" href="https://github.com/ozanyerli" target="_blank" rel="noopener noreferrer"><img src="images/GitHub-Mark-32px.png" alt="Github page link"></a>
</div>
<button id="download_button" onclick="downloadMap()">Haritayı İndir</button>
<div id="city_count_text">Seçilen il sayısı: <span id="city_count">0</span>/81</div>
<script src="turkeyvisited.js"></script>
</body>
</html>