1 parent 3673751 commit 8a13b9bCopy full SHA for 8a13b9b
1 file changed
1-js/02-first-steps/01-hello-world/1-hello-alert/index.html
@@ -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