From 70c139777083c6bf1e544c4a0774ba7c2028c9c8 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 7 Oct 2022 21:38:17 +0530 Subject: [PATCH] Initial commit --- .vscode/settings.json | 3 +++ ashmit.html | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 .vscode/settings.json create mode 100644 ashmit.html diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/ashmit.html b/ashmit.html new file mode 100644 index 0000000..f669de6 --- /dev/null +++ b/ashmit.html @@ -0,0 +1,20 @@ + + + + + + + Document + + + + + Hello World! + + + \ No newline at end of file