From dd6424827c944a13b1199afca4f92516e31f01bf Mon Sep 17 00:00:00 2001 From: Chad Robbins Date: Wed, 19 Feb 2025 10:47:15 -0600 Subject: [PATCH] Updated Header 1 and Header 2 --- .gitignore | 1 + src/main/webapp/META-INF/context.xml | 2 ++ src/main/webapp/css/jumbotron.css | 3 ++- src/main/webapp/index.jsp | 4 ++-- 4 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 .gitignore create mode 100644 src/main/webapp/META-INF/context.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..b83d2226 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target/ diff --git a/src/main/webapp/META-INF/context.xml b/src/main/webapp/META-INF/context.xml new file mode 100644 index 00000000..5f16ee8d --- /dev/null +++ b/src/main/webapp/META-INF/context.xml @@ -0,0 +1,2 @@ + + diff --git a/src/main/webapp/css/jumbotron.css b/src/main/webapp/css/jumbotron.css index 54ae24b1..e8cfc057 100644 --- a/src/main/webapp/css/jumbotron.css +++ b/src/main/webapp/css/jumbotron.css @@ -2,4 +2,5 @@ body { padding-top: 50px; padding-bottom: 20px; -} \ No newline at end of file +} + diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 1900dd64..fc997dc1 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -51,8 +51,8 @@
-

Hello

-

This is from dev branch.

+

Hi everybody, I am Chad.

+

This is my forked repository assignment

Learn more »