Merge branch 'lars-algemeen' into 'master'

Fixed the css import

See merge request !4
This commit was merged in pull request #8.
This commit is contained in:
Marijn Jansen
2017-01-10 15:17:28 +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>