-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (48 loc) · 1.72 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
40
41
42
43
44
45
46
47
48
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<link href="/static/stylesheets/style.css" rel="stylesheet">
<link href="/static/stylesheets/jquery-jvectormap-2.0.3.css" rel="stylesheet">
<script type="text/javascript" src="/static/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="/static/kivanews.js"></script>
<script type="text/javascript" src="/static/index.js"></script>
<script type="text/javascript" src="/static/jquery-jvectormap-2.0.3.min.js"></script>
<script type="text/javascript" src="/static/jquery-jvectormap-world-mill.js"></script>
</head>
<body>
<div id="kiva">
<div id="world-map"></div>
<div id="messages">
<div id="lines"></div>
</div>
<div style="clear: both;"></div>
<div id="box">
<a href="http://www.kiva.org">kiva.org</a>
<span id='num_sessions'></span>
<a href='/~https://github.com/muratgu/kivamap'>
/~https://github.com/muratgu/kivamap
</a>
</div>
<div id="contact">
<p>Contact</p>
<form name="contact" method="POST" data-netlify="true">
<table>
<tr>
<td><label>Name</label></td><td><input type="text" name="name" /></td>
</tr>
<tr>
<td><label>Email</label></td><td><input type="email" name="email" /></td>
</tr>
<tr>
<td><label>Message</label></td><td><textarea name="message"></textarea></td>
</tr>
<tr>
<td><button type="submit">Send</button></td>
</tr>
</table>
</form>
</div>
</div>
</body>
</html>