index.jsp 522 Bytes
Newer Older
1 2
<<<<<<< HEAD
=======
Jose Baez committed
3
<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
4 5 6 7 8 9 10 11 12 13 14 15 16
    <!DOCTYPE html>
    <html>

    <head>
        <title>JSP - Hello World</title>
    </head>

    <body>
        <h1>
            <%= "Hello World!" %>
        </h1>
        <br/>
        <a href="hello-servlet">Hello Servlet</a><br>
Emanuel Lugo committed
17 18 19 20
         <a href="login.jsp">LOGIN</a><br>
          <a href="logout">LOGOUT</a><br>
           <a href="protected">RECUSO PROTEGIDO</a><br>

21 22


23 24
    </body>

25 26
    </html>
>>>>>>> origin/develop