Fixed the css import #8

Merged
11291680 merged 1 commits from lars-algemeen into master 2017-01-10 15:17:29 +01:00

View File

@@ -4,7 +4,7 @@
<!-- Add your javascript files here. --> <!-- Add your javascript files here. -->
<script src="js/jquery.js"></script> <script src="js/jquery.js"></script>
<style> <style>
/* Add your css files here. */ /* Add your css files here. */
@import url("css/main.css"); @import url("styles/main.css");
</style> </style>
</head> </head>