Reorganize the code in multiple new files

This commit is contained in:
dario-cfpt
2020-01-14 10:14:09 +01:00
parent 80e2b6e919
commit 2af1526b9f
5 changed files with 271 additions and 238 deletions

View File

@ -88,6 +88,9 @@
<!-- Your custom app scripts -->
<script src="js/app.js"></script>
<script src="js/database.js"></script>
<script src="js/graph.js"></script>
<script src="js/stats.js"></script>
<script src="js/index.js"></script>
</body>