commit 0e3b04eca73ad0b4bfa93837f30eaff0764a505e Author: Azalea Gui Date: Thu Feb 9 18:35:36 2023 -0500 [+] Initial commit 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 + + + +
+ + + +