Files
XenforoMasterTemplate/templates/public/romhackplaza_js.html

6 lines
175 B
HTML
Raw Normal View History

2026-05-24 11:49:38 +02:00
<script src="https://unpkg.com/lucide@latest"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
lucide.createIcons();
});
</script>