use CDN 4 chota
This commit is contained in:
parent
24b47dae70
commit
b286ba0936
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1,5 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
||||||
|
|
||||||
|
_media/css/chota.min.css
|
||||||
|
@ -9,7 +9,9 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Hangman</title>
|
<title>Hangman</title>
|
||||||
<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="_media/css/chota.min.css">
|
<link rel="stylesheet" href="https://unpkg.com/chota@0.8.0">
|
||||||
|
<!-- dev mode -->
|
||||||
|
<!-- <link rel="stylesheet" href="_media/css/chota.min.css"> -->
|
||||||
<link rel="stylesheet" href="_media/css/styles.css">
|
<link rel="stylesheet" href="_media/css/styles.css">
|
||||||
<link rel="icon" type="image/png" href="_media/img/favicon.png">
|
<link rel="icon" type="image/png" href="_media/img/favicon.png">
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user