1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<footer> <ul> <li> <p>© 2022 Indrajith K L </p> </li> </ul> <div id="wcb" class="carbonbadge wcb-d"></div> </footer> <script> const carbonBadge = document.getElementById("wcb"); if(location.host.includes("neocities")) { carbonBadge.remove(); } </script>