11 lines
239 B
HTML
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>
|