mirror of
https://github.com/samsonjs/grid.git
synced 2026-03-25 09:05:51 +00:00
adjust css link href
This commit is contained in:
parent
5c00c93465
commit
b3b3852019
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<link rel="stylesheet" href="/css/normalize.css">
|
<link rel="stylesheet" href="/normalize.css">
|
||||||
<link rel="stylesheet" href="/css/grid.css">
|
<link rel="stylesheet" href="/grid.css">
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="/js/html5shiv.js"></script>
|
<script src="/js/html5shiv.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue