diff options
author | Frankie B <floppydisk05@aol.com> | 2022-09-16 23:07:51 +0000 |
---|---|---|
committer | Frankie B <floppydisk05@aol.com> | 2022-09-16 23:07:51 +0000 |
commit | 1d76709b910e260b77e29ed84afc52bb77d10da5 (patch) | |
tree | c8300246cdd534a6bf984fa3bce38b3b0c293cce /computers/index.php | |
parent | 6ffd5d8c5c48c8c436d4dcf4ea5ed340e1a22438 (diff) |
Rename .min.css files to .css
Diffstat (limited to 'computers/index.php')
-rwxr-xr-x | computers/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/computers/index.php b/computers/index.php index 1b02c0b..ff856f9 100755 --- a/computers/index.php +++ b/computers/index.php @@ -5,7 +5,7 @@ <title>Calculators</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> - <link rel="stylesheet" id="theme" href="../res/css/dark.min.css" type="text/css" /> + <link rel="stylesheet" id="theme" href="../res/css/dark.css" type="text/css" /> <link rel="shortcut icon" href="../res/img/icons/ico/calc.ico" type="image/x-icon"> <meta property="og:type" content="website"> |