From c5f39ea2cd7cf02246705ea8872d3b350526165c Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 24 May 2024 09:05:42 -0400 Subject: initial --- src/web/index.php | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/web/index.php (limited to 'src/web/index.php') diff --git a/src/web/index.php b/src/web/index.php new file mode 100644 index 0000000..e33e750 --- /dev/null +++ b/src/web/index.php @@ -0,0 +1,38 @@ +handle_request(); +}; + +__init(); -- cgit v1.2.3-freya