Merge pull request #1798 from leviding/patch-4

Update solution of 1-js/02-first-steps/01-hello-world/1-hello-alert
This commit is contained in:
Ilya Kantor 2020-03-21 21:14:48 +03:00 committed by GitHub
commit d2ac997f1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<body>
<script>
alert( "I'm JavaScript!" );
</script>
</body>
</html>

View file

@ -0,0 +1,2 @@
[html src="index.html"]