diff options
Diffstat (limited to 'src/main/resources/webapp/build')
-rwxr-xr-x | src/main/resources/webapp/build/build.jspx | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/main/resources/webapp/build/build.jspx b/src/main/resources/webapp/build/build.jspx new file mode 100755 index 0000000..b47e864 --- /dev/null +++ b/src/main/resources/webapp/build/build.jspx @@ -0,0 +1,21 @@ +<html xmlns:jsp="http://java.sun.com/JSP/Page" jsp:version="2.0" + xmlns:common="urn:jsptagdir:/WEB-INF/tags/common" + ng-app="buildApp"> +<jsp:output doctype-root-element="HTML" doctype-system="about:legacy-compat"/> +<jsp:directive.page contentType="text/html;charset=UTF-8"/> + +<common:head> + <script>var uuid = '${param.uuid}';</script> + <common:headjs label="CoreResources" resource="/apps/core/CoreResources.js"/> + <common:headjs label="buildApp" resource="/apps/buildApp/buildApp.js"/> +</common:head> + +<body> + +<div id="content" ng-view=""><!-- --></div> + +<common:footer/> + +</body> + +</html> |