github-connector/src/main/webapp/WEB-INF/jsp/GitHubConnector_view.jsp

15 lines
786 B
Plaintext
Raw Normal View History

<%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>
<!-- -->
<!-- The module reference below is the link -->
<!-- between html and your Web Toolkit module -->
<link rel="stylesheet" href="<%= request.getContextPath()%>/githubman/reset.css" type="text/css"/>
<link rel="stylesheet" href="<%= request.getContextPath()%>/GitHubConnector.css" type="text/css">
<link rel="stylesheet" href="<%= request.getContextPath()%>/gxt/css/gxt-all.css" type="text/css">
<script src='<%=request.getContextPath()%>/githubman/js/jquery-1.10.1.min.js'></script>
<script src='<%=request.getContextPath()%>/githubman/githubman.nocache.js'></script>
<div class="contentDiv" id="contentDiv"></div>