use vercel
This commit is contained in:
parent
063f2bb49a
commit
9fd4150509
6 changed files with 18 additions and 15 deletions
|
@ -20,10 +20,10 @@
|
|||
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;500;600;700&display=swap"
|
||||
rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://unpkg.com/normalize.css">
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="{{ .Site.BaseURL }}/css/main.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="{{ .Site.BaseURL }}/css/md.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="{{ .Site.BaseURL }}/css/syntax.css" />
|
||||
<script src="{{ .Site.BaseURL }}/js/main.js"></script>
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="/css/main.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="/css/md.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="/css/syntax.css" />
|
||||
<script src="/js/main.js"></script>
|
||||
</head>
|
||||
<script>
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue