From 609cc55cf4e2298a01fdbe20429cb3f0e344a613 Mon Sep 17 00:00:00 2001 From: YunKukPark Date: Thu, 11 Jan 2024 20:54:17 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=8D=B1Asset:=20implement=20html=20fil?= =?UTF-8?q?e2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CDI-2/index.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 CDI-2/index.html diff --git a/CDI-2/index.html b/CDI-2/index.html new file mode 100644 index 0000000..45b983b --- /dev/null +++ b/CDI-2/index.html @@ -0,0 +1 @@ +hi From a546cfdc8f6db38aabc69bdc2eac360e6290b1fb Mon Sep 17 00:00:00 2001 From: YunKukPark Date: Thu, 11 Jan 2024 20:54:44 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E2=9C=A8feat:=20implement=20console2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CDI-2/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 CDI-2/index.js diff --git a/CDI-2/index.js b/CDI-2/index.js new file mode 100644 index 0000000..86de69d --- /dev/null +++ b/CDI-2/index.js @@ -0,0 +1 @@ +console.log('CDI-2')