From 3fe164a5689d721d9e2c2c2428815dd09d36eed9 Mon Sep 17 00:00:00 2001 From: Juliano Zilli Date: Wed, 10 Jan 2024 21:00:02 -0300 Subject: [PATCH 1/2] init a --- aulas/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 aulas/index.html diff --git a/aulas/index.html b/aulas/index.html new file mode 100644 index 00000000..d01f779f --- /dev/null +++ b/aulas/index.html @@ -0,0 +1,11 @@ + + + + + + Document + + + + + \ No newline at end of file From 992c491f6dbf6ff1d0ee6620a93c4dab64ca8a53 Mon Sep 17 00:00:00 2001 From: Juliano Zilli Date: Wed, 10 Jan 2024 21:09:59 -0300 Subject: [PATCH 2/2] a --- aulas/script.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 aulas/script.js diff --git a/aulas/script.js b/aulas/script.js new file mode 100644 index 00000000..8f8b02ac --- /dev/null +++ b/aulas/script.js @@ -0,0 +1 @@ +const func = console.log("hello") \ No newline at end of file