Skip to content

Commit 37c445a

Browse files
authored
Update index.html
1 parent fc584b1 commit 37c445a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ <h1>Don't Copy </h1>
8282
event.clipboardData.setData("text/plain", emojiMessage.trim());
8383
});
8484
</script>
85+
<footer
86+
style="position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); padding: 8px 16px; font-family: Arial, sans-serif; font-size: 14px; z-index: 1000;">
87+
Created by <a href="http://www.sinzn.fun/" style="text-decoration: none; color: #0366d6;"> Shivam Singh </a> |
88+
Source available on
89+
<a href="https://github.com/sinzn" target="_blank" style="text-decoration: none; color: #0366d6;">GitHub</a>.
90+
</footer>
8591
</body>
8692

8793
</html>

0 commit comments

Comments
 (0)