Website/template/admin/includes/foot.twig
TheClashFruit 063292dd9d
All checks were successful
️Upload Website / sftp (push) Successful in 20s
feat: start making an admin panel
2024-04-01 19:10:19 +02:00

12 lines
305 B
Twig

<script src="/js/admin/nav.js"></script>
<script src="https://unpkg.com/lucide@latest"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<script>
lucide.createIcons();
changePage();
</script>
</body>
</html>