Commit 65969443 authored by Diego Convers's avatar Diego Convers

Update index.html

parent 2c274f61
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Start Page</title> <title>Start Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head> </head>
<body> <body>
<h1>Hello World!</h1> <h1>Hello World!</h1>
</body> <p>Server host name is: <b><%=request.getServerName() %></b></p>
</html> </body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment