Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
fix css path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ofer committed Jun 9, 2017
1 parent 5fae266 commit 222891a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"/>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="res/css/indigo-pink.css" rel="stylesheet">
<link href="demo/res/css/indigo-pink.css" rel="stylesheet">
<style> html, body {
font-family: "Open Sans", sans-serif;
}</style>
Expand Down

0 comments on commit 222891a

Please sign in to comment.