Skip to content

Commit

Permalink
changing the BG color
Browse files Browse the repository at this point in the history
  • Loading branch information
liveperson committed Oct 10, 2019
1 parent 50315b7 commit 1bf8765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-war/src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%@page import="org.nirkoren.maven.demo.HelloHandler"%>
<html>
<body style="background-color: Tan; font-family: arial;">
<body style="background-color: lime; font-family: arial;">
<h2>Welcome to JAX London Demo project</h2>
CI/CD Workshop, Maven / Tomcat WAR example<P>
<%
Expand Down

0 comments on commit 1bf8765

Please sign in to comment.