commit f3fcd78a17b7668c9cb51c2b6df512852e6261be Author: IBrickhouse Date: Fri Sep 15 14:53:24 2023 -0700 initial commit diff --git a/index.html b/index.html new file mode 100644 index 0000000..2a5d839 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + + Document + + +

HELLO

+ + \ No newline at end of file diff --git a/index.py b/index.py new file mode 100644 index 0000000..3c85ea1 --- /dev/null +++ b/index.py @@ -0,0 +1 @@ +print("Hello, World") \ No newline at end of file