hello word js

This commit is contained in:
TsJennyfer 2019-11-18 18:27:46 +01:00
parent 6073a40282
commit 46038cb646
1 changed files with 16 additions and 0 deletions

16
hello.js Normal file
View File

@ -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>