79278601

Date: 2024-12-13 14:15:20
Score: 1
Natty:
Report link

For me, what fixed it was fixing the file path...

Before:
<link rel="stylesheet" type="text/css" href="./style.css">

After:
<link rel="stylesheet" type="text/css" href="../style.css">

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Adriano