This repository has been archived on 2025-01-14. You can view files and clone it, but cannot push or open issues/pull-requests.
computer-web/src/main/webapp/index.jsp

10 lines
216 B
Plaintext

<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<body>
<script src="https://www.liyansheng.top/cdn/watermark.js"></script>
<h2>首页</h2>
<a href="/register">注册</a>
</body>
</html>