diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2023-02-23 00:21:28 -0800 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2023-02-23 00:21:28 -0800 |
commit | dfed378228447a9c798d8bfd0f4c058acda4c78c (patch) | |
tree | 18ae415475fe9ff59311aa38e769c0b0d621edab /src/head.php | |
parent | cdfa84e6b337a9964f2918210b65670061061410 (diff) |
replaced spaces with tabs and fixed the music page
Diffstat (limited to 'src/head.php')
-rw-r--r-- | src/head.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/head.php b/src/head.php index b6c2d42..8e33858 100644 --- a/src/head.php +++ b/src/head.php @@ -4,9 +4,9 @@ ini_set('display_errors', 1); ?> <head> - <link rel="stylesheet" href="/style.css"> - <link rel="icon" type="image/x-icon" href="/images/favicon.ico"> + <link rel="stylesheet" href="/style.css"> + <link rel="icon" type="image/x-icon" href="/images/favicon.ico"> </head> <body> - <div class="contentpane">
\ No newline at end of file + <div class="contentpane"> |