Fix css link in template

It can't be a relative link because the css is at the root
This commit is contained in:
S.M Mukarram Nainar 2022-02-12 17:49:21 -05:00
parent 22992d3e7b
commit bcd5a3c87b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<head>
<meta charset="utf-8"/>
<title>Libregaming.org</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="/style.css">
</head>
<body>