Files
hellogithub/web/index.jsp
2023-07-06 19:40:12 +08:00

19 lines
468 B
Plaintext
Raw Permalink 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" %>
<%--<%@ taglib prefix=" " uri="http://java.sun.com/jsp/jstl/core"%>--%>
<html>
<head>
<title>$Title$</title>
</head>
<body>
你说的对但是hellogithub是一个....<br>
<a href="http://localhost:8080/#/home">主页</a>
</body>
</html>