Skip to content

Commit

Permalink
Merge pull request #2 from andersundsehr/fix-path
Browse files Browse the repository at this point in the history
Update index.php
  • Loading branch information
N0S0I authored Feb 17, 2025
2 parents dae5b7b + b1a28df commit ac7aafa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<html>
<head>
<title>Search for Compose</title>
<link rel='stylesheet' type='text/css' href='styles.css'>
<link rel='stylesheet' type='text/css' href='/styles.css'>
</head>
<body>
<div class='wrapper'>
Expand All @@ -42,7 +42,7 @@
<html>
<head>
<title>Error</title>
<link rel='stylesheet' type='text/css' href='styles.css'>
<link rel='stylesheet' type='text/css' href='/styles.css'>
</head>
<body>
<div class='wrapper'>
Expand Down

0 comments on commit ac7aafa

Please sign in to comment.