aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/assembly/tomcat/ROOT/index.html
diff options
context:
space:
mode:
authortknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2013-03-22 08:57:51 +0000
committertknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2013-03-22 08:57:51 +0000
commitdb52e4d66d60184d53a27ba4d6772461daacc03d (patch)
treeb83e1024bc356dd9c612151082ccaa718781a524 /pdf-as-web/src/main/assembly/tomcat/ROOT/index.html
parent725749c85e2c4a0dca235e7b89a5c3b2752e5d54 (diff)
downloadpdf-as-3-db52e4d66d60184d53a27ba4d6772461daacc03d.tar.gz
pdf-as-3-db52e4d66d60184d53a27ba4d6772461daacc03d.tar.bz2
pdf-as-3-db52e4d66d60184d53a27ba4d6772461daacc03d.zip
Maintenance update (bugfixes, new features, cleanup...)
Refer to /dok/RELEASE_NOTES-3.3.txt for further information. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/pdf-as/trunk@931 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'pdf-as-web/src/main/assembly/tomcat/ROOT/index.html')
-rw-r--r--pdf-as-web/src/main/assembly/tomcat/ROOT/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/pdf-as-web/src/main/assembly/tomcat/ROOT/index.html b/pdf-as-web/src/main/assembly/tomcat/ROOT/index.html
new file mode 100644
index 0000000..91980b2
--- /dev/null
+++ b/pdf-as-web/src/main/assembly/tomcat/ROOT/index.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <meta http-equiv="refresh" content="0; URL=/pdf-as/" />
+ <title>Apache Tomcat ${tomcat.version} - PDF-AS ${project.version}</title>
+ </head>
+
+ <body>
+ <h1>Apache Tomcat ${tomcat.version} - PDF-AS ${project.version}</h1>
+ <p><a href="/pdf-as/">PDF-AS</a></p>
+ </body>
+
+</html> \ No newline at end of file