diff options
Diffstat (limited to 'src/main/webapp/jenkins')
-rw-r--r-- | src/main/webapp/jenkins/index.jspx | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/main/webapp/jenkins/index.jspx b/src/main/webapp/jenkins/index.jspx new file mode 100644 index 0000000..d33e071 --- /dev/null +++ b/src/main/webapp/jenkins/index.jspx @@ -0,0 +1,22 @@ +<html xmlns:common="urn:jsptagdir:/WEB-INF/tags/common" + xmlns:jsp="http://java.sun.com/JSP/Page" + ng-app="jenkinsApp"> +<jsp:output doctype-root-element="HTML" doctype-system="about:legacy-compat"/> +<jsp:directive.page contentType="text/html;charset=UTF-8"/> + +<common:head-element> + <common:headjs label="JenkinsServerService" resource="/apps/jenkinsApp/JenkinsServerService.js"/> + <common:headjs label="jenkinsApp" resource="/apps/jenkinsApp/jenkinsApp.js"/> +</common:head-element> + +<body> + +<div id="content"> + <div class="container" ng-view=""><!-- --></div> +</div> + +<common:footer/> + +</body> + +</html> |