From c079f4af8a061fac6314ba21c3bc29b58c0f69d1 Mon Sep 17 00:00:00 2001 From: Alejandro Date: Fri, 8 Mar 2019 14:47:55 +0100 Subject: [PATCH] Adds a div for switch the view Adds a new div that allows to switch between views --- src/main/webapp/main.html | 41 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/main.html b/src/main/webapp/main.html index c2e28f1..cf4396c 100644 --- a/src/main/webapp/main.html +++ b/src/main/webapp/main.html @@ -15,20 +15,26 @@ DAA Example + Personas + Mascotas
-
-

Personas

+
+
+

Personas

+
+ + + + + \ No newline at end of file -- 2.18.1