kcl-digital-humanities-garden/_includes/notes_graph.html

9 lines
359 B
HTML
Raw Normal View History

2021-03-15 22:22:28 +00:00
<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">
2021-03-11 03:33:55 +00:00
<script>
const graphData = {% include notes_graph.json %}
</script>
</div>