mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
🐛 fix: path to main.css
This commit is contained in:
parent
e7bd988a52
commit
86ab1c5f06
1 changed files with 2 additions and 0 deletions
|
@ -11,7 +11,9 @@
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
|
<!-- Fallback for languages without their own .xsl -->
|
||||||
<link rel="stylesheet" href="../main.css"/>
|
<link rel="stylesheet" href="../main.css"/>
|
||||||
|
<link rel="stylesheet" href="/main.css"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue