aboutsummaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorFrankie B <floppydisk05@aol.com>2022-09-16 23:07:51 +0000
committerFrankie B <floppydisk05@aol.com>2022-09-16 23:07:51 +0000
commit1d76709b910e260b77e29ed84afc52bb77d10da5 (patch)
treec8300246cdd534a6bf984fa3bce38b3b0c293cce /projects
parent6ffd5d8c5c48c8c436d4dcf4ea5ed340e1a22438 (diff)
Rename .min.css files to .css
Diffstat (limited to 'projects')
-rwxr-xr-xprojects/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/index.php b/projects/index.php
index c1b429a..9ae8167 100755
--- a/projects/index.php
+++ b/projects/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">