From 188e05083b1034a5865ce01f2924835b8fbe4808 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 10 May 2025 21:42:50 +0500 Subject: feat: rules --- public/rules.php | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 public/rules.php (limited to 'public/rules.php') diff --git a/public/rules.php b/public/rules.php new file mode 100644 index 0000000..027b994 --- /dev/null +++ b/public/rules.php @@ -0,0 +1,50 @@ + + + + + + The Rules of <?php echo INSTANCE_NAME ?> + + + + + +
+
+ +
+ +
+

The Rules of

+
    + $line"; + } + if (empty($contents)) { + echo "No rules!"; + } + ?> +
+
+
+
+
+ + + \ No newline at end of file -- cgit v1.2.3