Files
hellogithub/web/index.jsp
2023-07-02 10:31:13 +08:00

18 lines
396 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%--
Created by IntelliJ IDEA.
User: LDQ
Date: 2023/6/27
Time: 15:31
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>$Title$</title>
</head>
<body>
你说的对但是hellogithub是一个....<br>
<a href="http://localhost:8080/#/home">主页</a>
</body>
</html>