19 lines
468 B
Plaintext
19 lines
468 B
Plaintext
<%--
|
||
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>
|