From ced8fec68e569fd558d4e42634686c469d3d445f Mon Sep 17 00:00:00 2001 From: levelcode365 Date: Sat, 2 May 2026 20:08:12 -0300 Subject: [PATCH] Primeiro commit --- index.html | 17 +++++++++++++++++ script.js | 1 + 2 files changed, 18 insertions(+) create mode 100644 index.html create mode 100644 script.js 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