diff --git a/hello_world.js.html b/hello_world.js.html new file mode 100644 index 0000000000000000000000000000000000000000..20a0d26495470f3030e15538fb850d62cd17b6bc --- /dev/null +++ b/hello_world.js.html @@ -0,0 +1,16 @@ +<!DOCTYPE HTML> +<html> + +<body> + + <p>Before the script...</p> + + <script> + alert( 'Hello, world!' ); + </script> + + <p>...After the script.</p> + +</body> + +</html>