From 0e3b04eca73ad0b4bfa93837f30eaff0764a505e Mon Sep 17 00:00:00 2001 From: Azalea Gui Date: Thu, 9 Feb 2023 18:35:36 -0500 Subject: [PATCH] [+] Initial commit --- .gitattributes | 2 ++ .gitignore | 2 ++ index.html | 15 +++++++++++++++ 3 files changed, 19 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 index.html diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..76add87 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules +dist \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..42b258a --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + + + + + Directory Listing + + + +
+ + + +