-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (23 loc) · 1.31 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
<html>
<head>
<title>ஹக்கீங் காக்கா மேப்ஸ்</title>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.2.0/dist/leaflet.css" integrity="sha512-M2wvCLH6DSRazYeZRIm1JnYyh22purTM+FDB5CsyxtQJYeKq83arPe5wgbNmcFXGqiSH2XR8dT/fJISVA1r/zQ=="
crossorigin="" />
<link rel="stylesheet" href="inc/main.css" />
<script src="https://unpkg.com/leaflet@1.2.0/dist/leaflet.js" integrity="sha512-lInM/apFSqyy1o6s89K4iQUKg6ppXEgsVxT35HbzUupEVRh2Eu9Wdl4tHj7dZO0s1uvplcYGmt3498TtHq+log=="
crossorigin=""></script>
</head>
<body>
<h1>ஹக்கீங் காக்கா மேப்ஸ்</h1>
<div id="mapid"></div>
<h5>This is intended to be a funny project and nothing else.</h5>
<p>CONTEXT: <br>
Our (Sri Lanka's) beloved City Planning and Water Supply minister Rauff Hakeem sometimes releases statement like
"I would develop this [city name] like [a developed country name]" and after a while people stop taking it seriously.
So I thought why should not I create an interactive map and rename those cities with country names. I will add
more details soon (or not).
</p>
</body>
<script src="inc/main.js">
</script>
</html>