Add new stylesheets to head
This commit is contained in:
parent
87727c3b3d
commit
e0294ccf06
|
@ -4,6 +4,15 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<link rel="stylesheet" href="/css/style.css" type="text/css" media="all" />
|
<link rel="stylesheet" href="/css/style.css" type="text/css" media="all" />
|
||||||
<link rel="stylesheet" href="/css/navbar.css" type="text/css" media="all" />
|
<link rel="stylesheet" href="/css/navbar.css" type="text/css" media="all" />
|
||||||
|
<link rel="stylesheet" href="/css/tables.css" type="text/css" media="all" />
|
||||||
|
<link rel="stylesheet" href="/css/toc.css" type="text/css" media="all" />
|
||||||
|
<link rel="stylesheet" href="/css/articles.css" type="text/css" media="all" />
|
||||||
|
<link
|
||||||
|
rel="stylesheet"
|
||||||
|
href="/css/codeblock.css"
|
||||||
|
type="text/css"
|
||||||
|
media="all"
|
||||||
|
/>
|
||||||
<link rel="stylesheet" href="/css/syntax.css" />
|
<link rel="stylesheet" href="/css/syntax.css" />
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||||
|
|
Loading…
Reference in New Issue