diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2023-08-01 15:36:09 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2023-08-01 15:36:09 -0700 |
commit | 7175a9c8e1bfb2a19cb77d8ce5b8c9609a7b3e4d (patch) | |
tree | 3488f49c2cc83454e19f6f9f20ee52179da4e055 /src/head.php | |
parent | d45367cc9101e4f0e03d1e77d5c7cc10b00567ba (diff) |
changed phplatex to use hex
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> |