initial commit

This commit is contained in:
2024-01-03 09:22:43 +00:00
commit 2b1531a31d
105 changed files with 167489 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.21/js/jquery.dataTables.min.js"
integrity="sha512-BkpSL20WETFylMrcirBahHfSnY++H2O1W+UnEEO4yNIl+jI2+zowyoGJpbtk6bx97fBXf++WJHSSK2MV4ghPcg=="
crossorigin="anonymous"referrerpolicy="no-referrer"></script>
<script src="{{ ASSETS_ROOT }}/js/index.js"></script>