Files
JavaScript-from-Beginner-to…/Chapter 01/Code Samples/ch1_popup1_hithere.html
T
brightboost 67a8d8a7a0 reorganizing
2021-12-02 21:21:10 +01:00

5 lines
84 B
HTML
Executable File

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