diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..b83d22266 --- /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 000000000..5f16ee8da --- /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 54ae24b16..e8cfc0573 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 1900dd647..fc997dc11 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 »