diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-05-09 18:46:47 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-05-09 18:46:47 +0200 |
commit | b8e90ea5ea7c41444d7fbce6848e4c3cf37c87e5 (patch) | |
tree | 537a000c7bf5da9aeb9e1510b492d9fdb00fbf45 /public/head.php | |
parent | c8921aba257e663541d0758da100d63e15af25a6 (diff) |
add dark mode
Diffstat (limited to 'public/head.php')
-rw-r--r-- | public/head.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/head.php b/public/head.php index eddf94b..c1645ae 100644 --- a/public/head.php +++ b/public/head.php @@ -2,4 +2,3 @@ <meta http-equiv='X-UA-Compatible' content='IE=edge'> <meta name='viewport' content='width=device-width, initial-scale=1'> <link rel='stylesheet' type='text/css' media='screen' href='global.css'> -<link rel='stylesheet' type='text/css' media='screen' href='mdi.css'> |