🐛 fix: remove leading slash from css href
This commit is contained in:
parent
19bebde148
commit
a6dfd4d1ba
@ -11,7 +11,7 @@
|
||||
<meta charset="utf-8"/>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<link rel="stylesheet" href="/main.css"/>
|
||||
<link rel="stylesheet" href="main.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="content">
|
||||
|
Loading…
x
Reference in New Issue
Block a user