From 25b7d2aab61ae6421398d3abae5da6ffe590333d Mon Sep 17 00:00:00 2001 From: s1n Date: Sat, 28 Mar 2020 10:36:41 -0700 Subject: 3/28/2020, 10:36 --- user/plugins/random-bg/plugin.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 user/plugins/random-bg/plugin.php (limited to 'user/plugins/random-bg/plugin.php') diff --git a/user/plugins/random-bg/plugin.php b/user/plugins/random-bg/plugin.php new file mode 100644 index 0000000..c249637 --- /dev/null +++ b/user/plugins/random-bg/plugin.php @@ -0,0 +1,27 @@ + + body {background:#e3f3ff url($rnd); background-size: cover;} + + +CSS; +} + -- cgit v1.2.3