dynamictemplate
Version:
Δt - async & dynamic templating engine
31 lines (27 loc) • 696 B
HTML
<html>
<head>
<title>dynamictemplate svg bubbles</title>
<link rel="stylesheet" href="base.css">
<style>
div {
padding:0;
margin:0;
}
.canvas {
display:block;
width: 600px;
height: 600px;
border: 1px solid #ccc;
}
</style>
<script src="http://code.jquery.com/jquery-1.7.js"></script>
<script src="http://coffeescript.org/extras/coffee-script.js"></script>
<script src="../dt-dom.browser.js"></script>
<script src="../dynamictemplate.browser.js"></script>
<script type="text/coffeescript" src="./quadtree.coffee"></script>
</head>
<body>
<!-- this is the space where the template will be -->
</body>
</html>