cartodb-4.42/lib/assets/javascripts/cdb/test/demos/template.html
2024-04-06 05:25:13 +00:00

20 lines
325 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>cartodb demo template</title>
</head>
<body>
</body>
<script src="../cartodb.js"></script>
<script>
window.onload = function() {
cdb.load('../', function() {
console.log("CARTODB LOADED");
// your code here
});
};
</script>
</html>