diff options
author | cflip <36554078+cflip@users.noreply.github.com> | 2021-08-10 16:42:07 -0600 |
---|---|---|
committer | cflip <36554078+cflip@users.noreply.github.com> | 2021-08-10 16:42:07 -0600 |
commit | 39f4d2134f332d3d6577f8cf5b3f4b9d4f665c41 (patch) | |
tree | 6521fed114e0227683291d17c7c7d8a14d1040a7 /includes/templates/head.php | |
parent | 5d703ab4ea6e8ead889232ba846596b948bdb051 (diff) |
Change URLs to relative paths
Diffstat (limited to 'includes/templates/head.php')
-rwxr-xr-x | includes/templates/head.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/templates/head.php b/includes/templates/head.php index 07b6e80..d7c5758 100755 --- a/includes/templates/head.php +++ b/includes/templates/head.php @@ -1,4 +1,4 @@ -<link rel="stylesheet" href="/styles/style.css">
-<link rel="icon" href="/img/favicon.png">
+<link rel="stylesheet" href="styles/style.css">
+<link rel="icon" href="img/favicon.png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
\ No newline at end of file |