-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathafter.html
More file actions
20 lines (19 loc) · 1010 Bytes
/
after.html
File metadata and controls
20 lines (19 loc) · 1010 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
</div>
<div id="footer"></div>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js" type="text/javascript"></script>
<script src="https://cdn.icnet.dev/web/drgn/js/aos.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/all.min.js"></script>
<script src="https://cdn.icnet.dev/web/drgn/patchnotes/js/main.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/cferdinandi/smooth-scroll@15.0.0/dist/smooth-scroll.polyfills.min.js"></script>
<!-- Smooth scroll -->
<script src="https://cdn.jsdelivr.net/gh/cferdinandi/smooth-scroll@15.0.0/dist/smooth-scroll.polyfills.min.js"></script>
<!-- swal2 css -->
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@9"></script>
<script>
const scroll = new SmoothScroll('a[href*="#"]', {
speed: 500,
speedAsDuration: true,
});
$("#footer").load("https://cdn.icnet.dev/web/drgn/components/footer.html");
</script>