commit ced8fec68e569fd558d4e42634686c469d3d445f Author: levelcode365 Date: Sat May 2 20:08:12 2026 -0300 Primeiro commit diff --git a/index.html b/index.html new file mode 100644 index 0000000..550bc76 --- /dev/null +++ b/index.html @@ -0,0 +1,17 @@ + + + + + + + Introducao ao JS + + + +

Este é o arquivo html

+ + + + \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..2bb0b91 --- /dev/null +++ b/script.js @@ -0,0 +1 @@ +console.log("Hello World do java script do script.js"); \ No newline at end of file