2024-01-23 00:35:07 +01:00

11 lines
239 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<!-- Load d3.js -->
<script src="https://d3js.org/d3.v6.js"></script>
<!-- Create a div where the graphs will take place -->
<div id="graphs"></div>
<script src="http://127.0.0.1/app.js"></script>