test.jsp 234 Bytes
Newer Older
Javier Ferreira committed
1 2 3 4 5 6 7 8 9 10
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<!DOCTYPE html>
<html>
    <head>
        <title>Uh Oh Trouble in Paradise Land</title>
    </head>
    <body>
        <h1>Bienvenidos ${name}</h1>
    </body>
</html>