Funcionalidad basica completa. Ahora completare las vistas.

master
Araozu 2018-06-14 21:23:55 -05:00
parent 3f81169fc9
commit ce9a1dcd10
1 changed files with 3 additions and 1 deletions

View File

@ -8,9 +8,11 @@
<%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html> <html>
<head> <head>
<title>Title</title> <title>Create a User</title>
</head> </head>
<body> <body>
Create a User!!!
</body> </body>
</html> </html>