From c03a395e8651c8082740ee60caeb2ea51acc0ba6 Mon Sep 17 00:00:00 2001 From: Istiaque Ahmed Date: Thu, 29 Aug 2024 15:20:38 +0600 Subject: [PATCH] Created initial project --- index.html | 13 +++++++++++++ script.js | 2 ++ 2 files changed, 15 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..7896d57 --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + + Document + + +

My Headline

+ + + \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..9004377 --- /dev/null +++ b/script.js @@ -0,0 +1,2 @@ + +alert('abc def'); \ No newline at end of file