-
Notifications
You must be signed in to change notification settings - Fork 6
/
footer.php
executable file
·17 lines (15 loc) · 991 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha384-tsQFqpEReu7ZLhBV2VZlAu7zcOV+rXbYlF2cqB8txI/8aZajjp4Bqd+V6D5IgvKT" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js" integrity="sha384-cDB/JO15KxYHTTaL/YiXmxxiDtjnI0YXV2vL+eagwb666WVg07lFQO1Ur6G7GtDS" crossorigin="anonymous"></script>
<script>
list = document.getElementsByClassName("emoji");
for (i = 0; i < list.length; i++) {
list[i].innerHTML = twemoji.parse(list[i].innerHTML);
}
</script>
</body>
</html>