Skip to content

Commit

Permalink
Make css assets relative
Browse files Browse the repository at this point in the history
  • Loading branch information
xxvis committed Mar 10, 2015
1 parent d15fdaf commit 5865f78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head lang="en">
<meta charset="UTF-8">
<title>Devbridge Autocomplete</title>
<link rel="stylesheet" href="/content/css/styles.css" />
<link rel="stylesheet" href="/content/css/demo.css" />
<link rel="stylesheet" href="/content/css/railscasts.css">
<link rel="stylesheet" href="content/css/styles.css" />
<link rel="stylesheet" href="content/css/demo.css" />
<link rel="stylesheet" href="content/css/railscasts.css">
</head>
<body ng-controller="AppController as ctrl">
<header class="site-header">
Expand Down

0 comments on commit 5865f78

Please sign in to comment.