Commit 80c1cfd9 by Java-于龙

Update index.jsp

parent 072cb30c
<%@ page contentType="text/html; charset=iso-8859-1" language="java" %>
<%
String env=System.getenv("HTTPS_CERTIFICATE");
%>
<html> <html>
<body> <body>
<h2>Hello World!</h2> <h2>Hello World! </h2>
<h2>THE_ENV: <% env %> </h2>
</body> </body>
</html> </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