diff options
Diffstat (limited to 'src/head.php')
-rw-r--r-- | src/head.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/head.php b/src/head.php index 8e33858..bb3358f 100644 --- a/src/head.php +++ b/src/head.php @@ -4,7 +4,7 @@ ini_set('display_errors', 1); ?> <head> - <link rel="stylesheet" href="/style.css"> + <link rel="stylesheet" href="/style.php"> <link rel="icon" type="image/x-icon" href="/images/favicon.ico"> </head> |