Files
JavaScript-from-Beginner-to…/Chapter 1/Code Samples/ch1_popup1_hithere.html
T
2021-11-24 19:50:37 +01:00

5 lines
84 B
HTML
Executable File

<html>
<script type="text/javascript">
alert("Hi there!");
</script>
</html>