fix picocss
This commit is contained in:
parent
625ac6c841
commit
3307b1d9b5
3 changed files with 5 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ export const BaseHtml = ({ children, title = "ConvertX" }) => (
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>{title}</title>
|
||||
<title safe>{title}</title>
|
||||
<link rel="stylesheet" href="/pico.lime.min.css" />
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<link
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue