separate JS function in different files

This commit is contained in:
2024-02-02 12:25:53 +01:00
parent 770952ed5e
commit bc0e1d8207
4 changed files with 301 additions and 302 deletions

View File

@ -32,4 +32,8 @@
<!-- div where graphs will take place -->
<div class="content" id="graphs"></div>
<!-- Load scripts-->
<script src="fetch.js"></script>
<script src="rendergraphs.js"></script>
<script src="app.js"></script>