accounting-dashboard/src/main/webapp/WEB-INF/jsp/AccountingDashboardPortlet_...

14 lines
692 B
Plaintext

<%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- -->
<!-- The module reference below is the link -->
<!-- between html and your Web Toolkit module -->
<%-- <link rel="stylesheet" href="<%= request.getContextPath()%>/accountingdashb/reset.css" type="text/css"/> --%>
<link rel="stylesheet" href="<%= request.getContextPath()%>/AccountingDashboard.css" type="text/css">
<script src="<%=request.getContextPath()%>/accountingdashb/accountingdashb.nocache.js"></script>
<div class="contentDiv" id="contentDiv"></div>