Initial commit

This commit is contained in:
2021-12-18 02:34:52 +02:00
parent 3d2768a68b
commit 3a51a595a5
20 changed files with 25261 additions and 0 deletions

4
server/views/js/site.js Normal file
View File

@@ -0,0 +1,4 @@
document.addEventListener('DOMContentLoaded', function() {
//
M.Sidenav.init(document.querySelectorAll('.sidenav'));
});