9 lines
360 B
HTML
9 lines
360 B
HTML
<div class="absolute bottom-1">
|
|
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
|
|
</div>
|
|
<div id="zoom" class="absolute code f7 bottom-1 right-1"></div>
|
|
<div id="graph-wrapper" class="code f6">
|
|
<script>
|
|
window.graphData = {% include notes_graph.json %}
|
|
</script>
|
|
</div> |