-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (36 loc) · 1.14 KB
/
index.html
File metadata and controls
44 lines (36 loc) · 1.14 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EthPadThai presents EthNimman</title>
<link rel="stylesheet" href="https://unpkg.com/leaflet/dist/leaflet.css" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div id="map"></div>
<div id="button_console">
<a href="https://devcon.org/en" target="_blank" id="devcon">
<img src="images/devcon.png" alt="DEVCON Logo">
</a>
<a href="https://ethpadthai.org" target="_blank" id="invisible_garden">
<img src="images/ethpadthai-logo.png" alt="ETHPadThai" id="ethpadthai">
</a>
</div>
<div id="myModal" class="modal">
<div class="modal-content">
<span class="close">×</span>
<div id="modal-text"></div>
</div>
</div>
<!-- <div id="myModal" class="modal">
<div class="modal-content">
<span class="close">×</span>
<p id="modal-text"></p>
<img src="Fantasy-map.jpg" alt="">
</div>
</div> -->
<script src="https://unpkg.com/leaflet/dist/leaflet.js"></script>
<script src="map.js"></script>
</body>
</html>