Add CSS in example project: docs (#1062)
This commit is contained in:
parent
a64a703246
commit
4f096cbe6c
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ const githubEditUrl = `https://github.com/USER/REPO/blob/main/${currentFile}`
|
|||
<title>{content.title}</title>
|
||||
|
||||
<link rel="stylesheet" href="/index.css" />
|
||||
<link rel="stylesheet" href="/theme.css" />
|
||||
<link rel="stylesheet" href="/code.css" />
|
||||
<script src="/theme.js" />
|
||||
<link rel="icon"
|
||||
type="image/svg+xml"
|
||||
|
|
Loading…
Reference in a new issue