Skip to content

Commit

Permalink
fix(index.html): change reference of css file
Browse files Browse the repository at this point in the history
fix #197
  • Loading branch information
BcRikko committed Dec 18, 2018
1 parent b30def8 commit 4a5b4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<title>NES.css - NES-style CSS Framework</title>

<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link href="./css/nes.css" rel="stylesheet" />
<link href="https://unpkg.com/nes.css/css/nes.min.css" rel="stylesheet" />
<link href="./style.css" rel="stylesheet" />

<meta property="og:type" content="website" />
Expand Down

0 comments on commit 4a5b4b5

Please sign in to comment.