From bca265aea67ec62499aaa113a6490ce9ec7fe730 Mon Sep 17 00:00:00 2001 From: lolcat Date: Sat, 22 Jul 2023 14:41:14 -0400 Subject: still missing things on google scraper --- index.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 index.php (limited to 'index.php') diff --git a/index.php b/index.php new file mode 100644 index 0000000..be9897f --- /dev/null +++ b/index.php @@ -0,0 +1,14 @@ +load( + "home.html", + [ + "body_class" => $frontend->getthemeclass(false), + "banner" => $images[rand(0, count($images) - 1)] + ] +); -- cgit v1.2.3