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

<title>LoginExitoso</title>
</head>

<body>
    <div align = "center">
        <h1>LOGGIN EXITOSO</h1>


    </div>
</body>
</html>