Update index.php

This commit is contained in:
Jesse James Isler 2022-03-28 10:14:26 +02:00
parent 31f3d5bc01
commit 5f2c0b0dc3
1 changed files with 4 additions and 1 deletions

View File

@ -26,7 +26,7 @@
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
</head>
<body>
@ -86,5 +86,8 @@
}
?>
</div>
<!--JavaScript at end of body for optimized loading-->
<script type="text/javascript" src="js/materialize.min.js"></script>
</body>
</html>