Create index.html
This commit is contained in:
parent
36737518f8
commit
8a13b9b5d6
1 changed files with 12 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>
|
Loading…
Add table
Add a link
Reference in a new issue