monitor/web/parts/footer.ejs
2025-04-16 22:30:27 +07:00

20 lines
1.1 KiB
Plaintext

<!-- End Page Content -->
</div>
</main>
</div>
</div>
<!-- CoreUI and necessary plugins-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://unpkg.com/@popperjs/core@2.6.0/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/marked@4.2.12/lib/marked.umd.min.js"></script>
<script src="<%= resourcePath %>js/coreui.bundle.min.js?txVer=<%= txAdminVersion %>"></script>
<script src="<%= resourcePath %>js/bootstrap-notify.min.js?txVer=<%= txAdminVersion %>"></script>
<script src="<%= resourcePath %>js/jquery-confirm.min.js?txVer=<%= txAdminVersion %>"></script>
<script src="<%= resourcePath %>js/socket.io.min.js?txVer=<%= txAdminVersion %>"></script>
<script src="<%= resourcePath %>js/txadmin/base.js?txVer=<%= txAdminVersion %>"></script>
</body>
</html>