From f3fcd78a17b7668c9cb51c2b6df512852e6261be Mon Sep 17 00:00:00 2001 From: IBrickhouse Date: Fri, 15 Sep 2023 14:53:24 -0700 Subject: [PATCH] initial commit --- index.html | 11 +++++++++++ index.py | 1 + 2 files changed, 12 insertions(+) create mode 100644 index.html create mode 100644 index.py 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