1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00

fix css link to use latest version 🛠

This commit is contained in:
Jenil Gogari 2017-09-27 15:09:13 -04:00
parent 5915a1c265
commit cb78c76b6e

View File

@ -8,7 +8,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<title>chota - A small CSS framework</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://unpkg.com/chota@0.3.2">
<link rel="stylesheet" href="https://unpkg.com/chota">
<link rel="stylesheet" href="./doc-styles.css">
<link rel="icon" type="image/png" href="favicon.png" />
</head>