From 76433236920f4a8c96cd276f932d1a6e45dde38b Mon Sep 17 00:00:00 2001 From: James Date: Mon, 28 Mar 2022 06:09:43 +0000 Subject: [PATCH] Update 'index.php' --- index.php | 56 +++++++++++++++++++++++++++++++------------------------ 1 file changed, 32 insertions(+), 24 deletions(-) diff --git a/index.php b/index.php index 814e89d..7063050 100644 --- a/index.php +++ b/index.php @@ -28,30 +28,38 @@ foreach (glob("roles/*.php") as $filename) { include $filename; echo ' -
-
-
- '.$name.' -

'.$description.'

-
- -
-
'.$howtoplay.'
-
'.$playsbestwith.'
-
'.$convars.'
-
-
- -
+
+
+
+ '.$name.' +

'.$description.'

+
+
+ +
+
+
'.$howtoplay.'
+
'.$playsbestwith.'
+
'.$convars.'
+
+ +
+
'; } ?>