From bd07bb26f3872addff9d6b43568b32db409e92ca Mon Sep 17 00:00:00 2001 From: ObsidianH22 Date: Tue, 11 Jul 2023 01:34:37 +0300 Subject: [PATCH] =?UTF-8?q?js=20=C5=9File=20ekrana=20yaz=C4=B1=20yazd?= =?UTF-8?q?=C4=B1rma=20=C5=9Fekilleri?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 + js/tutorials.js | 6 ++++++ tutorials.html | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 js/tutorials.js create mode 100644 tutorials.html diff --git a/index.html b/index.html index 2c0115e..1defd8c 100644 --- a/index.html +++ b/index.html @@ -428,6 +428,7 @@

Blog-1

+ \ No newline at end of file diff --git a/js/tutorials.js b/js/tutorials.js new file mode 100644 index 0000000..624a313 --- /dev/null +++ b/js/tutorials.js @@ -0,0 +1,6 @@ +console.log("test"); +console.info("info"); +console.warn("warn"); +console.error("error"); + +document.writeln("test"); \ No newline at end of file diff --git a/tutorials.html b/tutorials.html new file mode 100644 index 0000000..6796763 --- /dev/null +++ b/tutorials.html @@ -0,0 +1,33 @@ + + + + + Title + + + + + + + + + + + +

js

+ + + + + + + + + + + \ No newline at end of file