#Welcome to App ID:Gp8EWD5MTKP0PPQmPYlw #[2:09PM 2026-01-16] Hello
<script>
function copyToClipboard(text) {
navigator.clipboard.writeText(text).then(function() {
alert('Copied to clipboard: ' + text);
}, function(err) {
console.error('Could not copy text: ', err);
});
}
</script>