Reference the new location of the css file.

This commit is contained in:
Arpad Csanyi
2016-03-06 21:52:24 +01:00
parent 4bc3ebd108
commit 94062a5fde

View File

@@ -8,7 +8,7 @@
<link href="bower_components/select2/dist/css/select2.min.css" rel="stylesheet" type="text/css" />
<link href="bower_components/owl.carousel/dist/assets/owl.carousel.css" rel="stylesheet" type="text/css" />
<link href="bower_components/owl.carousel/dist/assets/owl.theme.default.css" rel="stylesheet" type="text/css" />
<link href="app.css" rel="stylesheet" type="text/css" />
<link href="css/app.css" rel="stylesheet" type="text/css" />
</head>
<body>