Cookie fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<?php if (!isset($_COOKIE["darkmode"])) {
|
<?php if (!isset($_COOKIE["darkmode"])) {
|
||||||
$_COOKIE["darkmode"] = "false";
|
$_COOKIE["darkmode"] = "false";
|
||||||
}?>
|
} ?>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" style="scroll-behavior: smooth">
|
<html lang="en" style="scroll-behavior: smooth">
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user