Fix critical cross site scripting
[sdc.git] / utils / webseal-simulator / src / main / webapp / login.html
index 2f6a324..4d9eccb 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  ~ Copyright © 2016-2018 European Support Limited
+  ~ Copyright (C) 2016-2018 European Support Limited
   ~
   ~ Licensed under the Apache License, Version 2.0 (the "License");
   ~ you may not use this file except in compliance with the License.
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-<html>
+
+<!DOCTYPE html>
+<html lang="en">
+<head><title>Login page</title></head>
 <body>
 Login
-
-
 <form action="access" method="post">
-  UserId:<br>
-  <input type="text" name="userId" >
-  <br>
-  PASSWORD:<br>
-  <input type="password" name="password" >
-  <br><br>
-  <input type="submit" value="Submit">
-  
-  <label name="message"/>
+    <label>UserId:<br>
+        <input type="text" name="userId">
+    </label>
+    <label>PASSWORD:<br>
+        <input type="password" name="password">
+    </label>
+    <input type="submit" value="Submit">
+
+    <label name="message"></label>
 </form>
 </body>
-</html>
\ No newline at end of file