-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (35 loc) · 1.61 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
<html>
<head>
<title>FAOSTAT Download Selector - Test</title>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,900,700|Roboto+Condensed:400,300,700' rel='stylesheet' type='text/css'>
<link href='http://getbootstrap.com/assets/css/docs.min.css' rel='stylesheet'>
<link href='http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css' rel='stylesheet'>
<link href='http://fenixapps.fao.org/repository/js/chosen/1.0.0/chosen.min.css' rel='stylesheet'>
<link href='css/bootstrap.min.css' rel='stylesheet'>
<link href='css/sweet-alert.css' rel='stylesheet'>
<link href='css/jstree.css' rel='stylesheet'>
<link href='css/faostat-download-selector.css' rel='stylesheet'>
<script data-main='js/main' src='js/libs/require.js'></script>
</head>
<body>
<table cellpadding='16px' cellspacing='16px' style='margin: 35px 55px 0 27px;'>
<tr>
<td style='padding: 16px;'>
<div id='placeholder_1' style='width: 350px;'></div>
</td>
<td>
<div id='placeholder_2' style='width: 350px;'></div>
</td>
</tr>
<tr>
<td style='padding: 16px;'>
<div id='placeholder_3' style='width: 350px;'></div>
</td>
<td>
<div id='placeholder_4' style='width: 350px;'></div>
</td>
</tr>
</table>
</body>
</html>