diff options
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.html | 14 |
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 |