We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc584b1 commit 37c445aCopy full SHA for 37c445a
1 file changed
index.html
@@ -82,6 +82,12 @@ <h1>Don't Copy </h1>
82
event.clipboardData.setData("text/plain", emojiMessage.trim());
83
});
84
</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>
91
</body>
92
93
</html>
0 commit comments