Files
JavaScript-from-Beginner-to…/chapter 1/ch1_popup1.html
T
2021-09-04 21:22:51 +02:00

5 lines
84 B
HTML
Executable File

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