Fixed the css import

This commit is contained in:
Lars van Hijfte
2017-01-10 15:15:37 +01:00
parent 3b88155d4f
commit aebb9faefa

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>