Skip to content

Commit 8a13b9b

Browse files
authored
Create index.html
1 parent 3673751 commit 8a13b9b

File tree

1 file changed

+12
-0
lines changed
  • 1-js/02-first-steps/01-hello-world/1-hello-alert

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<body>
5+
6+
<script>
7+
alert( "I'm JavaScript!" );
8+
</script>
9+
10+
</body>
11+
12+
</html>

0 commit comments

Comments
 (0)