Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lcfvs committed May 26, 2018
1 parent eab0194 commit 5dbdc9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion basic-layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Basic layout - css-ui</title>
<link rel="stylesheet" href="assets/css/style.css" />
<link href="assets/css/style.css" media="screen" rel="stylesheet" />
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no" />
</head>
<body>
Expand Down
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ A pure CSS base to make a responsive user interface.
`npm install @lcf.vs/css-ui --prefix site-dir/assets/css`

### Using a CDN
`https://cdn.rawgit.com/Lcfvs/css-ui/1.0.0/demos/index.html`
```html
<link href="https://cdn.rawgit.com/Lcfvs/css-ui/1.0.0/css-ui.min.css" media="screen" rel="stylesheet" />
```

## License

Expand Down

0 comments on commit 5dbdc9e

Please sign in to comment.