初始化

This commit is contained in:
谢洪龙
2017-08-23 12:24:08 +08:00
commit cfd92a4384
156 changed files with 3026 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<%--
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>