51 lines
901 B
HTML
51 lines
901 B
HTML
<!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>
|