diff options
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"> |