Skip to content

Commit

Permalink
Update index.jsp
Browse files Browse the repository at this point in the history
  • Loading branch information
gaudgaon01 authored Jun 18, 2022
1 parent 88b868c commit b838929
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/webapp/WEB-INF/views/jsp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
<h1>${title}</h1>
<p>
<c:if test="${not empty msg}">
Hello ${msg}
Future ${msg}
</c:if>

<c:if test="${empty msg}">
Welcome Welcome!
</c:if>
<p>
<a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a>
<a class="btn btn-primary btn-lg" href="#" role="button">Learn more & more </a>
</p>
</div>
</div>
Expand All @@ -40,15 +40,15 @@

<div class="row">
<div class="col-md-8">
<h2>Welcome To Mithun Technologies, Marathahalli, Banglore.</h2>
<h3>Contact @ +91-8296242028 ,+91-9980923226</h3>
<h2>Docker & Kubernet is a future </h2>
<h3> All the best </h3>
</div>
</div>


<hr>
<footer>
<p>&copy; Mithun Technologies 2019</p>
<p> Best wishes</p>
</footer>
</div>

Expand Down

0 comments on commit b838929

Please sign in to comment.