forked from JaneFeel/carto.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (46 loc) · 901 Bytes
/
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
49
50
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8" />
<title>CARTO.js dev server</title>
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet" type="text/css">
<link href="/themes/styleguide/styleguide.css" rel="stylesheet" type="text/css">
<style type="text/css">
html, body {
margin: 20px;
font-family: sans-serif;
}
ul {
margin-left: 12px;
list-style-type: circle;
list-style-position: inside;
}
a {
color: #1181FB;
text-decoration: none;
}
h1,h2,h3 {
margin-top: 20px;
}
</style>
</head>
<body>
<h2>
<a href="/test">Tests</a>
</h2>
<ul>
<li>
<a href="/test/SpecRunner-src.html">cartodb (src)</a>
</li>
</ul>
<h2>Other</h2>
<ul>
<li>
<a href="/examples">Examples</a>
</li>
<li>
<a href="/styleguide">Styleguide</a>
</li>
</ul>
</body>
</html>