From ef14ba500ff27dd2d1fe6e5debd99f7a5fc4db10 Mon Sep 17 00:00:00 2001 From: winter Sparkles Date: Thu, 6 Aug 2026 23:47:34 +0100 Subject: initial commit --- routes/index.php | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 routes/index.php (limited to 'routes/index.php') diff --git a/routes/index.php b/routes/index.php new file mode 100644 index 0000000..a5e66a8 --- /dev/null +++ b/routes/index.php @@ -0,0 +1,8 @@ +doc->addChild('content'); + $content->addChild('p', 'Welcome to Pleasant SSO!'); + $resp->send(); +} -- cgit v1.3