Built a basic website for today | Happy T Daybinarydrool (44)in #code • 6 years ago Clicking button alerts "Happy Thanksgiving Alert." Code <title> Thanksgiving</title> <script type="text/javascript"> function showMessage(){ alert("Happy Thanksgiving"); } </script> #thanksgiving #javascript #website #fun