Untitled
unknown
plain_text
3 months ago
294 B
8
Indexable
<h2>🎉 Congratulations! 🎉</h2>
<p>You have been selected for MBA Program.</p>
<button onclick="showPrank()">Click here to see details</button>
<script>
function showPrank() {
document.body.innerHTML = "<h1>😂 April Fool 😂</h1><p>Better luck next time 😜</p>";
}
</script>
}Editor is loading...
Leave a Comment