From d9bec97b4776005bee2a4830ab3c564af7bb6143 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 30 Jun 2011 14:42:55 -0700 Subject: [PATCH] XHTML5 compliance, UTF-8 encoding --- src/main/webapp/WEB-INF/web.xml | 2 +- src/main/webapp/index.html | 421 -------------------------------------- src/main/webapp/index.xhtml | 422 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 423 insertions(+), 422 deletions(-) delete mode 100644 src/main/webapp/index.html create mode 100644 src/main/webapp/index.xhtml diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index deef671..e7e964e 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -20,7 +20,7 @@ - index.html + index.xhtml diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html deleted file mode 100644 index 8ceeabe..0000000 --- a/src/main/webapp/index.html +++ /dev/null @@ -1,421 +0,0 @@ - - - - - - - - - - - Guacamole - - - - -
-
- -
- -

- -
- -
- - - - - - - - - -
Username
Password
- - -
- -
- -
- -
-
- -
- Guacamole ${project.version} -
- -
-
- - - - - - - - - - - - - - - - - - - - diff --git a/src/main/webapp/index.xhtml b/src/main/webapp/index.xhtml new file mode 100644 index 0000000..d1d119a --- /dev/null +++ b/src/main/webapp/index.xhtml @@ -0,0 +1,422 @@ + + + + + + + + + + + + Guacamole + + + + +
+
+ +
+ +

+ +
+ +
+ + + + + + + + + +
Username
Password
+ + +
+ +
+ +
+ +
+
+ +
+ Guacamole ${project.version} +
+ +
+
+ + + + + + + + + + + + + + + + + + + + -- 1.7.10.4