diff --git a/WebContent/AgendaResultado.jsp b/WebContent/AgendaResultado.jsp
new file mode 100644
index 0000000..e43743a
--- /dev/null
+++ b/WebContent/AgendaResultado.jsp
@@ -0,0 +1,74 @@
+<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
+ pageEncoding="ISO-8859-1"%>
+
+
+
+
+Agenda
+
+
+
+
+
+
+
+
+
+
+<% if(request.getAttribute("resultado")!=null) {%>
+
+<%};%>
+
\ No newline at end of file
diff --git a/WebContent/ConversorResultado.jsp b/WebContent/ConversorResultado.jsp
index a8de86a..fc8b473 100644
--- a/WebContent/ConversorResultado.jsp
+++ b/WebContent/ConversorResultado.jsp
@@ -9,7 +9,7 @@
-
+
<% ArrayListresultado=(ArrayList) request.getAttribute("resultado");
@@ -23,7 +23,6 @@ if(tipo.toLowerCase().equals("c")){
}
%>
-