1
0
Fork 0
mirror of https://gitlab.com/nekoya/web.git synced 2025-03-30 19:08:16 +02:00

Update register-verification-sent footer

This commit is contained in:
Moe Poi ~ 2021-11-10 12:04:43 +07:00
parent 98ee126d8b
commit 506e1cc1b2

View file

@ -26,15 +26,7 @@
</div>
</div>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script crossorigin="anonymous" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script crossorigin="anonymous" integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<%- include('../layouts/footer.ejs', {state: 'register-verification-sent'}); %>
</body>
</html>