");
+ }
+}
diff --git a/src/main/webapp/counter.jsp b/src/main/webapp/counter.jsp
new file mode 100644
index 0000000000..268e8acb51
--- /dev/null
+++ b/src/main/webapp/counter.jsp
@@ -0,0 +1,25 @@
+<%@ page contentType="text/html;charset=UTF-8" language="java" %>
+<%! int counter = 0; int two = 2; %>
+<% counter += 1; System.out.println("This is in console");
+%>
+
+
+
+ Title
+
+
+
+
The current count is <%= counter %>.
+
+
Your number is <%= two %>
+
+
The current date is <%= java.time.LocalDate.now() %>
+
+View the page source!
+
+<%-- this is a JSP comment, you will *not* see this in the html --%>
+
+
+
+
+
diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp
new file mode 100644
index 0000000000..2e125edaf6
--- /dev/null
+++ b/src/main/webapp/index.jsp
@@ -0,0 +1,15 @@
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+<%@ page contentType="text/html;charset=UTF-8" language="java" %>
+
+
+ <%= "some title" %>
+
+
+
+
Variable names should be very descriptive
+
+
+
single letter variable names are good
+
+
+
diff --git a/src/main/webapp/login.jsp b/src/main/webapp/login.jsp
new file mode 100644
index 0000000000..257abbd0b3
--- /dev/null
+++ b/src/main/webapp/login.jsp
@@ -0,0 +1,38 @@
+<%--
+ Created by IntelliJ IDEA.
+ User: johnalejandro
+ Date: 11/30/21
+ Time: 12:08 PM
+ To change this template use File | Settings | File Templates.
+--%>
+<%@ page contentType="text/html;charset=UTF-8" language="java" %>
+
+
+ Title
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/main/webapp/navbar.jsp b/src/main/webapp/navbar.jsp
new file mode 100644
index 0000000000..d73f99b049
--- /dev/null
+++ b/src/main/webapp/navbar.jsp
@@ -0,0 +1,16 @@
+<%--
+ Created by IntelliJ IDEA.
+ User: johnalejandro
+ Date: 11/30/21
+ Time: 10:20 AM
+ To change this template use File | Settings | File Templates.
+--%>
+<%@ page contentType="text/html;charset=UTF-8" language="java" %>
+
+
+ Title
+
+
+
+
+
diff --git a/src/main/webapp/profile.jsp b/src/main/webapp/profile.jsp
new file mode 100644
index 0000000000..e502dc7420
--- /dev/null
+++ b/src/main/webapp/profile.jsp
@@ -0,0 +1,17 @@
+<%--
+ Created by IntelliJ IDEA.
+ User: johnalejandro
+ Date: 11/30/21
+ Time: 12:08 PM
+ To change this template use File | Settings | File Templates.
+--%>
+<%@ page contentType="text/html;charset=UTF-8" language="java" %>
+
+
+