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:
commit
d2ac997f1c
2 changed files with 14 additions and 0 deletions
12
1-js/02-first-steps/01-hello-world/1-hello-alert/index.html
Normal file
12
1-js/02-first-steps/01-hello-world/1-hello-alert/index.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<body>
|
||||
|
||||
<script>
|
||||
alert( "I'm JavaScript!" );
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
[html src="index.html"]
|
Loading…
Add table
Add a link
Reference in a new issue