Skip to content

Commit 4b55a7f

Browse files
Updated Project Code
1 parent f36cda8 commit 4b55a7f

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

src/main/webapp/jsps/home.jsp

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
</head>
1010
</head>
1111
<body>
12-
<h1 align="center">Welcome to Mithun Technologies. Ph No: +91-9980923226,+91-9014996877</h1>
13-
<h1 align="center"> Mithun Technologies- Very Good Training center for DevOps & Cloud, Python, Java & Node JS </h1>
12+
<h1 align="center">Welcome to Mithun Technologies</h1>
13+
<h1 align="center">Phone Number: +91 9980923216</h1>
14+
<h1 align="center">Mithun Technologies is a Very Good Training Center for DevOps, Cloud, Kubernetes and Terraform</h1>
15+
16+
<h1 align="center">Trainer Name: Bhaskar Reddy Lacchannagari/h1>
1417

15-
<h2> Trainer Name: Bhaskar Reddy Lacchannagari</h2>
1618
<hr>
1719
<br>
1820
<h1><h3> Server Side IP Address </h3><br>
@@ -24,22 +26,22 @@ ip = inetAddress.getHostAddress();
2426
out.println("Server Host Name :: "+inetAddress.getHostName());
2527
%>
2628
<br>
27-
<%out.println("Server IP Address :: "+ip);%>
29+
<%out.println("Server IP Address :: "+ip);%>
2830
</h1>
2931
<br>
3032
<h1><h3> Client Side IP Address </h3><br>
31-
<%out.print( "Client IP Address :: " + request.getRemoteAddr() ); %><br>
32-
<%out.print( "Client Name Host :: "+ request.getRemoteHost() );%><br></h1>
33+
<%out.print( "Client IP Address :: "+request.getRemoteAddr()); %><br>
34+
<%out.print( "Client Name Host :: "+request.getRemoteHost() );%><br></h1>
3335
<hr>
3436
<div style="text-align: center;">
3537
<span>
3638
<img src="images/mithunlogo.jpg" alt="" width="100">
3739
</span>
3840
<span style="font-weight: bold;">
3941
Mithun Technologies,
40-
Martha Halli
41-
Bangalore,
42-
+91-9980923226,+91-9014996877
42+
Marathahalli,
43+
Bengaluru,
44+
+91 9980923216 and
4345
devopstrainingblr@gmail.com
4446
<br>
4547
<a href="mailto:devopstrainingblr@gmail.com">Mail to Mithun Technologies</a>
@@ -53,4 +55,4 @@ out.println("Server Host Name :: "+inetAddress.getHostName());
5355
<p align=center><small>Copyrights 2025 by <a href="http://mithuntechnologies.com/">Mithun Technologies,Bengaluru</a> </small></p>
5456

5557
</body>
56-
</html>
58+
</html>

0 commit comments

Comments
 (0)