parent
f77114803b
commit
916f449975
@ -1,12 +1,16 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=UTF-8"
|
<%--
|
||||||
pageEncoding="UTF-8"%>
|
Created by IntelliJ IDEA.
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
User: 31402
|
||||||
|
Date: 2025/3/23
|
||||||
|
Time: 16:42
|
||||||
|
To change this template use File | Settings | File Templates.
|
||||||
|
--%>
|
||||||
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<title>入门程序</title>
|
||||||
<title>展示入门程序信息</title>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
Success!
|
success!
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,12 +1,16 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=UTF-8"
|
<%--
|
||||||
pageEncoding="UTF-8"%>
|
Created by IntelliJ IDEA.
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
User: Asus
|
||||||
|
Date: 2025/3/23
|
||||||
|
Time: 14:46
|
||||||
|
To change this template use File | Settings | File Templates.
|
||||||
|
--%>
|
||||||
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<title>入门程序</title>
|
||||||
<title>入门程序</title>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a href="hello">hello world</a>
|
<a href="hello">hello world</a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in new issue