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

11 lines
257 B
Plaintext
Raw Normal View History

2024-12-20 22:35:13 +08:00
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<body>
<script src="https://www.liyansheng.top/cdn/watermark.js"></script>
2024-12-21 00:49:55 +08:00
<h2>电脑商城-首页</h2>
2024-12-20 22:35:13 +08:00
<a href="/register">注册</a>
2024-12-21 00:49:55 +08:00
<a href="/login">登录</a>
2024-12-20 22:35:13 +08:00
</body>
</html>