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