Improve webapp appearance
[proteocache.git] / webapp / view / fragments / header.jsp
index d761418..c162050 100644 (file)
        <spring:url value="/bootstrap-3.0.2/css/bootstrap.min.css" var="bootstrapcss" />
        <spring:url value="/bootstrap-3.0.2/js/bootstrap.js" var="bootstrapjs2" />
        <spring:url value="/bootstrap-3.0.2/js/bootstrap.min.js" var="bootstrapjs1" />
+       <spring:url value="/js/modernizr.271.custom.js" var="modernizr" />
 
        <link rel="stylesheet" type="text/css" href="${internalcss}" />
        <link rel="stylesheet" type="text/css" href="${bootstrapcss}" />
        <link rel="stylesheet" type="text/css" href="${jQueryUiCss}" />
        <script src="${bootstrapjs1}"></script>
+       <script src="${modernizr}"></script>
 </head>