18 lines
375 B
Plaintext
18 lines
375 B
Plaintext
<%--
|
|
Document : index
|
|
Created on : 2017-8-7, 9:33:31
|
|
Author : Administrator
|
|
--%>
|
|
|
|
<%@page contentType="text/html" pageEncoding="UTF-8"%>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>访问正常</title>
|
|
</head>
|
|
<body>
|
|
<h1>访问正常</h1>
|
|
</body>
|
|
</html>
|