cartodb-4.42/lib/assets/javascripts/cdb/test/demos/template.html

20 lines
325 B
HTML
Raw Normal View History

2024-04-06 13:25:13 +08:00
<!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>