mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
🐛 fix: use relative path to main.css
This commit is contained in:
parent
2157a0b884
commit
e7bd988a52
3 changed files with 3 additions and 3 deletions
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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…
Add table
Add a link
Reference in a new issue