I want to put a custom image gallery on my Muse layout.
To do that I put all my .js-files-folder in the same folder like the other html-files.
Now I have to import javascript files, which you normally have to put between the <head></head> tags.
<body>
<head>
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
</head>
</body>
That is all i want to do, so how can I put code between the <head> tags?