🐛 fix: use relative path to main.css

This commit is contained in:
welpo 2023-07-31 17:17:41 +02:00
parent 2157a0b884
commit e7bd988a52
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6
3 changed files with 3 additions and 3 deletions

View File

@ -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">

View File

@ -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">

View File

@ -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">